UNPKG

@cearth/tools

Version:
66 lines (31 loc) 793 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [getMatrix4OfTransformInfo](./tools.getmatrix4oftransforminfo.md) ## getMatrix4OfTransformInfo() function **Signature:** ```typescript export declare function getMatrix4OfTransformInfo(info: TransformInfo, result?: Matrix4 | null): Matrix4; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> info </td><td> [TransformInfo](./tools.transforminfo.md) </td><td> </td></tr> <tr><td> result </td><td> Matrix4 \| null </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** Matrix4