isAlmostEqual Method
Test if this Matrix3d and other are within tolerance in all numeric entries.
isAlmostEqual(other: Matrix3d, tol?: number): boolean
| Parameter | Type | Description |
|---|---|---|
| other | Matrix3d | |
| tol | number | optional tolerance for comparisons by Geometry.isDistanceWithinTol |
Defined in
Last Updated: 08 January, 2020