rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
122 lines (55 loc) • 1.5 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IVec3Ctor](./rc-js-util.ivec3ctor.md)
## IVec3Ctor interface
Constructor for [Vec3](./rc-js-util.vec3.md)<!-- -->.
**Signature:**
```typescript
export interface IVec3Ctor<TArray extends TTypedArray>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[BYTES\_PER\_ELEMENT](./rc-js-util.ivec3ctor.bytes_per_element.md)
</td><td>
`readonly`
</td><td>
number
</td><td>
The size in bytes of each element in the array.
</td></tr>
<tr><td>
[factory](./rc-js-util.ivec3ctor.factory.md)
</td><td>
`readonly`
</td><td>
[ITypedArrayTupleFactory](./rc-js-util.itypedarraytuplefactory.md)<!-- --><[Vec3](./rc-js-util.vec3.md)<!-- --><TArray>, [TVec3CtorArgs](./rc-js-util.tvec3ctorargs.md)<!-- -->>
</td><td>
</td></tr>
<tr><td>
[prototype](./rc-js-util.ivec3ctor.prototype.md)
</td><td>
`readonly`
</td><td>
[Vec3](./rc-js-util.vec3.md)<!-- --><TArray>
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[(new)()](./rc-js-util.ivec3ctor._new_.md)
</td><td>
</td></tr>
</tbody></table>