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

Last Updated: 04 April, 2025