xyzVectors

xyzVectors: [XYZProps, XYZProps, XYZProps] | undefined

A local coordinate system specified by an array of three vectors [xAxis, yAxis, zAxis].

  • The vectors should have positive length and be linearly independent, but otherwise they are unrestricted.
  • This allows skew coordinate systems, left-handed frames, and non-uniform scaling.
  • The implied matrix is Matrix3d.createColumns(xAxis, yAxis, zAxis).

Defined in

Last Updated: 04 April, 2025