PointList2D_getSegmentBoundaryIntersection
PointList2D:getSegmentBoundaryIntersection
Description
Returns the first intersection of the boundary with the given segment
Definition
PointList2D:getSegmentBoundaryIntersection(float l1x, float l1z, float l2x, float l2z)
Arguments
| float | l1x |
|---|---|
| float | l1z |
| float | l2x |
| float | l2z |
Return Values
| boolean | isIntersecting |
|---|---|
| float | ix |
| float | iz |