ReadonlyMatrix4
Readonly view of the public Matrix4 API.
ReadonlyMatrix4: PickReadonly<
Matrix4,
| "elements"
| "equals"
| "applyToBufferAttribute"
| "determinant"
| "extractBasis"
| "applyToArray"
| "getPosition"
| "getMaxScaleOnAxis"
| "decompose"
| "decompose2D"
| "getNumberCount"
| "toArray",
>
Matrix4,
| "elements"
| "equals"
| "applyToBufferAttribute"
| "determinant"
| "extractBasis"
| "applyToArray"
| "getPosition"
| "getMaxScaleOnAxis"
| "decompose"
| "decompose2D"
| "getNumberCount"
| "toArray",
>
Readonly view of the public Matrix4 API.