UNPKG

@cearth/tools

Version:
53 lines (25 loc) 784 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [transformInfoToMatrix](./tools.transforminfotomatrix.md) ## transformInfoToMatrix() function 变换信息的矩阵 **Signature:** ```typescript export declare function transformInfoToMatrix(transform: TransformInfo<RotationInfo | Cartesian3>): Matrix4; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> transform </td><td> [TransformInfo](./tools.transforminfo.md)<!-- -->&lt;[RotationInfo](./tools.rotationinfo.md) \| Cartesian3&gt; </td><td> </td></tr> </tbody></table> **Returns:** Matrix4