TransformProps Type alias

Interface for variant json (one of)

  • array of number arrays, with each low level array containing 4 numbers of a transform row (qx, qy, qz, ax)
  • flat array of 12 numbers, in row-major order for the 3 rows of 4 values
  • Transform object

TransformProps = number[][] | number[] | { matrix: Matrix3dProps, origin: XYZProps }

Defined in

Last Updated: 16 April, 2024