js-util

Home > rc-js-util > IReadonlyMat3

IReadonlyMat3 interface

Mat3.

Signature:

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

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