UNPKG

@cearth/tools

Version:
96 lines (43 loc) 988 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [TransformInfo](./tools.transforminfo.md) ## TransformInfo interface 变换信息 **Signature:** ```typescript export interface TransformInfo<Rotation = RotationInfo> ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [rotation?](./tools.transforminfo.rotation.md) </td><td> </td><td> Rotation \| null </td><td> _(Optional)_ </td></tr> <tr><td> [scale?](./tools.transforminfo.scale.md) </td><td> </td><td> Cartesian3 \| null </td><td> _(Optional)_ </td></tr> <tr><td> [translation?](./tools.transforminfo.translation.md) </td><td> </td><td> Cartesian3 \| null </td><td> _(Optional)_ </td></tr> </tbody></table>