js-util

Home > rc-js-util > IVec4Ctor

IVec4Ctor interface

Constructor for Vec4.

Signature:

export interface IVec4Ctor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()