zxVectors

zxVectors: [XYZProps, XYZProps] | undefined

A rotation specified by an array of two vectors [zAxis, xAxis].

  • The first vector gives the local z-axis direction; the second determines the local zx-plane.
  • A third implied axis is perpendicular to these.
  • The implied rotation is Matrix3d.createRigidFromColumns(zAxis, xAxis, AxisOrder.ZXY).

Defined in

Last Updated: 04 April, 2025