Function
testLinePoint
(l: Line, pt: Vec2): booleanCheck if a line and a point intersect.
param
l- The line.
param
pt- The point.
returns
true if the line and point intersects.
since
v2000.0
group
Math
subgroup
Advanced
Check if a line and a point intersect.
param
l- The line.
param
pt- The point.
returns
true if the line and point intersects.
since
v2000.0
group
Math
subgroup
Advanced
Start
Assets
Game Obj
Components
Input
Events
Info
Math
Rendering
Draw
Debug
Plugins
Miscalenous