js-util

Home > rc-js-util > IVec3Ctor

IVec3Ctor interface

Constructor for Vec3.

Signature:

export interface IVec3Ctor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()