Function
testRectLine
(r: Rect, l: Line): booleanCheck if a line and a rectangle overlaps.
param
r- The line.
param
l- The rectangle.
returns
true if the line and rectangle overlaps.
since
v2000.0
group
Math
subgroup
Advanced
Check if a line and a rectangle overlaps.
param
r- The line.
param
l- The rectangle.
returns
true if the line and rectangle overlaps.
since
v2000.0
group
Math
subgroup
Advanced
Start
Assets
Game Obj
Components
Input
Events
Info
Math
Rendering
Draw
Debug
Plugins
Miscalenous