lineSegment3dXYClosestPointUnbounded MethodStatic
Return the line fraction at which the line is closest to a space point as viewed in xy only.
lineSegment3dXYClosestPointUnbounded(pointA0: XAndY, pointA1: XAndY, spacePoint: XAndY): number | undefined
| Parameter | Type | Description |
|---|---|---|
| pointA0 | XAndY | start point |
| pointA1 | XAndY | end point |
| spacePoint | XAndY | point in space |
Returns - number | undefined
Defined in
- numerics/SmallSystem.ts Line 255
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.