XYAndZ Namespace
Function
| Name | Description | 
|---|---|
| XYAndZ.almostEqual | Return true if two XYAndZs have equal x,y,z parts within a specified tolerance. | 
Defined in
- geometry3d/XYZProps.ts Line 72
XYAndZ Type alias
interface for type with readable x, y, z number members.
XYAndZ = Readonly<WritableXYAndZ>
Defined in
- geometry3d/XYZProps.ts Line 69
Last Updated: 20 June, 2023