testLineLine(l1: Line, l2: Line): Vec2 | null
Check if 2 lines intersects, if yes returns the intersection point.
param
l1- The first line.
param
l2- The second line.
return
The intersection point, or null if the lines are parallel.
since
v2000.0
Check if 2 lines intersects, if yes returns the intersection point.
param
l1- The first line.
param
l2- The second line.
return
The intersection point, or null if the lines are parallel.
since
v2000.0
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Layer
Camera
Level
Plugins
Button Bindings