PointList2D_getSegmentClosestBoundaryIntersection
PointList2D:getSegmentClosestBoundaryIntersection
Description
Returns the closest intersection of the segment with the boundary(closest distance to l1x, l1z)
Definition
PointList2D:getSegmentClosestBoundaryIntersection(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 |
| integer | lineSegment |