TransformProps Type
TransformProps = number[][] | number[] | { matrix: Matrix3dProps, origin: XYZProps }
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
Defined in
- geometry3d/XYZProps.ts Line 146
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.