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.
66 lines (31 loc) • 829 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [Mat4](./rc-js-util.mat4.md) > [getRow](./rc-js-util.mat4.getrow.md)
## Mat4.getRow() method
**Signature:**
```typescript
getRow<TResult extends TTypedArray = TArray>(_row: number, _writeTo?: Vec4<TResult>): Vec4<TResult>;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
\_row
</td><td>
number
</td><td>
</td></tr>
<tr><td>
\_writeTo
</td><td>
[Vec4](./rc-js-util.vec4.md)<!-- --><TResult>
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
[Vec4](./rc-js-util.vec4.md)<!-- --><TResult>