Point and Rectangle Containment¶
Module: Rectangle Operations / Rectangle Normalization
Functions to check containment and intersection relationships.
Functions¶
| Name | |
|---|---|
| CFBD_Bool | rect_contains_point(const CFBDGraphicRect * r, CFBDGraphic_Point p) |
| CFBD_Bool | rect_intersects(const CFBDGraphicRect * a, const CFBDGraphicRect * b) |
Functions Documentation¶
function rect_contains_point¶
function rect_intersects¶
Updated on 2026-02-03 at 13:21:55 +0000