Function
testRectPoint
(r: Rect, pt: Vec2): booleanCheck if a point is inside a rectangle.
param r- The rectangle.
param pt- The point.
returns true if the point is inside the rectangle.
since v2000.0
group Math
subgroup Advanced
Check if a point is inside a rectangle.
param r- The rectangle.
param pt- The point.
returns true if the point is inside the rectangle.
since v2000.0
group Math
subgroup Advanced
Start
Assets
Game Obj
Components
Input
Events
Info
Math
Rendering
Draw
Plugins
Miscalenous