isAlmostEqual Method
test for exact structure and nearly identical geometry.
- Leaf classes must implement !!!
- base class implementation recurses through children.
- base implementation is complete for classes with children and no properties.
- classes with both children and properties must implement for properties, call super for children.
isAlmostEqual(other: GeometryQuery): boolean
Parameter | Type | Description |
---|---|---|
other | GeometryQuery |
Returns - boolean
Defined in
- curve/GeometryQuery.ts Line 96
Last Updated: 20 June, 2023