@cearth/tools
Version:
CEarth 的 工具库
35 lines (19 loc) • 794 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [applyTransformIn](./tools.applytransformin.md)
## applyTransformIn() function
将变换信息应用在目标身上
<b>Signature:</b>
```typescript
export declare function applyTransformIn(target: PrimitiveObject, matrix: Matrix4): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| target | [PrimitiveObject](./tools.primitiveobject.md) | |
| matrix | Matrix4 | |
<b>Returns:</b>
boolean
## Remarks
把目标身上支持的变换追加上 matrix 所表示的变换信息
或者理解为
它会将变换所表达的信息分别应用在 目标自身上支持的变换