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