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