UNPKG

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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IMat2Ctor](./rc-js-util.imat2ctor.md) ## IMat2Ctor interface Constructor for [Mat2](./rc-js-util.mat2.md)<!-- -->. **Signature:** ```typescript export interface IMat2Ctor<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.imat2ctor.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.imat2ctor.factory.md) </td><td> `readonly` </td><td> [ITypedArrayTupleFactory](./rc-js-util.itypedarraytuplefactory.md)<!-- -->&lt;[Mat2](./rc-js-util.mat2.md)<!-- -->&lt;TArray&gt;, [TMat2CtorArgs](./rc-js-util.tmat2ctorargs.md)<!-- -->&gt; </td><td> </td></tr> <tr><td> [prototype](./rc-js-util.imat2ctor.prototype.md) </td><td> `readonly` </td><td> [Mat2](./rc-js-util.mat2.md)<!-- -->&lt;TArray&gt; </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.imat2ctor._new_.md) </td><td> </td></tr> </tbody></table>