js-util

Home > rc-js-util > IMat4Ctor

IMat4Ctor interface

Constructor for Mat4.

Signature:

export interface IMat4Ctor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()