API Reference > geometry-core > CartesianGeometry > TransformProps 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 geometry3d/XYZProps.ts Line 115 Last Updated: 11 June, 2024