@cearth/tools
Version:
CEarth 的 工具库
96 lines (43 loc) • 988 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [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>