js-util

Home > rc-js-util > IMat2Ctor

IMat2Ctor interface

Constructor for Mat2.

Signature:

export interface IMat2Ctor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()