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.
16 lines (9 loc) • 766 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IReadonlyMat3](./rc-js-util.ireadonlymat3.md)
## IReadonlyMat3 interface
[Mat3](./rc-js-util.mat3.md)<!-- -->.
**Signature:**
```typescript
export interface IReadonlyMat3<TArray extends TTypedArray> extends TPickExcept<Readonly<Mat3<TArray>>, "setValueAt" | "setRow" | "copyFromBuffer" | TTypedArrayTupleMutativeMethods>
```
**Extends:** [TPickExcept](./rc-js-util.tpickexcept.md)<!-- --><Readonly<[Mat3](./rc-js-util.mat3.md)<!-- --><TArray>>, "setValueAt" \| "setRow" \| "copyFromBuffer" \| [TTypedArrayTupleMutativeMethods](./rc-js-util.ttypedarraytuplemutativemethods.md)<!-- -->>