intersectionWithRange2d Method
Find the intersection of the line defined by the ray with a Range2d.
- Return the range of parameters (on the ray) which are "inside" the range.
- Note that a range is always returned; if there is no intersection it is indicated by the test
result.isNull.
intersectionWithRange2d(range: Range2d, result?: Range1d): Range1d
| Parameter | Type | Description |
|---|---|---|
| range | Range2d | |
| result | Range1d |
Returns - Range1d
Defined in
- geometry3d/Ray2d.ts Line 148
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.