js-util

Home > rc-js-util > IReadonlyMat4

IReadonlyMat4 interface

Mat4.

Signature:

export interface IReadonlyMat4<TArray extends TTypedArray> extends TPickExcept<Readonly<Mat4<TArray>>, "setValueAt" | "setRow" | "copyFromBuffer" | TTypedArrayTupleMutativeMethods> 

Extends: TPickExcept<Readonly<Mat4<TArray>>, “setValueAt” | “setRow” | “copyFromBuffer” | TTypedArrayTupleMutativeMethods