Home > rc-js-util > IVec3Ctor
Constructor for Vec3.
Signature:
export interface IVec3Ctor<TArray extends TTypedArray>
| 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> |
| Method | Description |
|---|---|
| (new)() |