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) • 816 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [Mat3](./rc-js-util.mat3.md) > [getTransformedYLength](./rc-js-util.mat3.gettransformedylength.md)
## Mat3.getTransformedYLength() method
Apply this transform as if it were y in a vec3 to both min and max, return the difference.
**Signature:**
```typescript
getTransformedYLength(_min: number, _max: number): number;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
\_min
</td><td>
number
</td><td>
</td></tr>
<tr><td>
\_max
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
**Returns:**
number