lineSegment3dXYTransverseIntersectionUnbounded MethodStatic
Return true if lines (a0,a1) to (b0, b1) have a simple intersection using only xy parts.
lineSegment3dXYTransverseIntersectionUnbounded(a0: Point3d, a1: Point3d, b0: Point3d, b1: Point3d, result: Vector2d): boolean
| Parameter | Type | Description |
|---|---|---|
| a0 | Point3d | start point of line A |
| a1 | Point3d | end point of line A |
| b0 | Point3d | start point of line B |
| b1 | Point3d | end point of line B |
| result | Vector2d | vector to receive fractional coordinates of intersection: result.x is fraction on line A, result.y is fraction on line B. |
Returns - boolean
Defined in
- numerics/SmallSystem.ts Line 94
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.