UNPKG

@cearth/tools

Version:
77 lines (35 loc) 767 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [RotationInfo](./tools.rotationinfo.md) ## RotationInfo interface 旋转操作信息 **Signature:** ```typescript export interface RotationInfo ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [angle](./tools.rotationinfo.angle.md) </td><td> </td><td> number </td><td> 旋转角度 </td></tr> <tr><td> [axis](./tools.rotationinfo.axis.md) </td><td> </td><td> Cartesian3 </td><td> 旋转轴 </td></tr> </tbody></table>