PointList2D_getSegmentNumBoundaryIntersections
PointList2D:getSegmentNumBoundaryIntersections
Description
Returns the number of intersections of the boundary with the given segment
Definition
PointList2D:getSegmentNumBoundaryIntersections(float l1x, float l1z, float l2x, float l2z)
Arguments
| float | l1x |
|---|---|
| float | l1z |
| float | l2x |
| float | l2z |
Return Values
| integer | numIntersections |
|---|