zxVectors
zxVectors: [XYZProps, XYZProps] | undefined
Cartesian coordinate directions defined by Z direction then X direction.
- The right side contains two vectors in an array.
- The first vector gives the z axis direction
- This is normalized to unit length.
- The second vector gives the positive x direction in the zx plane.
- This vector is adjusted to be unit length and perpendicular to the z direction.
Defined in
- serialization/IModelJsonSchema.ts Line 219
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.