js-util

Home > rc-js-util > IVec2Ctor

IVec2Ctor interface

Constructor for Vec2.

Signature:

export interface IVec2Ctor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()