ReadonlyMatrix3

Readonly view of the public Matrix3 API.

CoreType Alias
ReadonlyMatrix3: PickReadonly<
Matrix3,
| "elements"
| "equals"
| "applyToBufferAttribute"
| "determinant"
| "transposeIntoArray"
| "applyToArray"
| "applyInverse"
| "getNumberCount"
| "toArray"
| "decompose",
>

Readonly view of the public Matrix3 API.