isSameVector3d MethodStatic
Boolean test for small xyz-distance within tolerance.
- smallMetricDistance is used if tolerance is
undefined.
isSameVector3d(dataA: Vector3d, dataB: Vector3d, tolerance: number = Geometry.smallMetricDistance): boolean
| Parameter | Type | Description |
|---|---|---|
| dataA | Vector3d | |
| dataB | Vector3d | |
| tolerance | number |
Returns - boolean
Defined in
- Geometry.ts Line 423
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.