isAlmostEqualPointSet Method
Test for rays that describe the same infinite line.
isAlmostEqualPointSet(other: Ray3d, options?: PerpParallelOptions): boolean
@see isAlmostEqual for member-by-member comparison.
Parameter | Type | Description |
---|---|---|
other | Ray3d | |
options | PerpParallelOptions |
Returns - boolean
Defined in
- geometry3d/Ray3d.ts Line 111
Last Updated: 29 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.