Matrix4.SetTRS
Matrix4.SetTRS method
使用平移/旋转/缩放初始化矩阵
public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
| 参数 | 类型 | 描述 |
|---|---|---|
| 平移 | Vector3 | 平移. |
| 旋转 | Vector3 | 用于旋转的欧拉角,字段的单位为度. |
| 缩放 | Vector3 | 缩放. |
另请参见
- struct Vector3
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D