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.

66 lines (31 loc) 816 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [Mat3](./rc-js-util.mat3.md) &gt; [getTransformedXLength](./rc-js-util.mat3.gettransformedxlength.md) ## Mat3.getTransformedXLength() method Apply this transform as if it were x in a vec3 to both min and max, return the difference. **Signature:** ```typescript getTransformedXLength(_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