isAlmostEqual Method
Test for near equality with other
Transform. Comparison uses the isAlmostEqual
methods on the origin
and
matrix
parts.
isAlmostEqual(other: Readonly<Transform>): boolean
Parameter | Type | Description |
---|---|---|
other | Readonly<Transform> | Transform to compare to. |
Returns - boolean
Defined in
- geometry3d/Transform.ts Line 112
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.