xyVectors
xyVectors: [XYZProps, XYZProps] | undefined
A rotation specified by an array of two vectors [xAxis, yAxis].
- The first vector gives the local x-axis direction; the second determines the local xy-plane.
- A third implied axis is perpendicular to these.
- The implied rotation is
Matrix3d.createRigidFromColumns(xAxis, yAxis, AxisOrder.XYZ)
.
Defined in
- serialization/IModelJsonSchema.ts Line 210
Last Updated: 04 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.