js-util

Home > rc-js-util > IMat3Ctor

IMat3Ctor interface

Constructor for Mat3.

Signature:

export interface IMat3Ctor<TArray extends TTypedArray> 

Properties

Property Modifiers Type Description
BYTES_PER_ELEMENT   number The size in bytes of each element in the array.
factory   ITypedArrayTupleFactory<Mat3<TArray>, TMat3CtorArgs>  
prototype   Mat3<TArray>  

Methods

Method Description
(new)()