Rotate
Rotate(double, Vector3)
通过旋转角度和轴创建旋转矩阵
public static Matrix4 Rotate(double angle, Vector3 axis)
范围 | 类型 | 描述 |
---|---|---|
angle | Double | 以弧度为单位的旋转角度 |
axis | Vector3 | 旋转轴 |
也可以看看
- struct Vector3
- struct Matrix4
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D
Rotate(Quaternion)
从四元数创建一个旋转矩阵
public static Matrix4 Rotate(Quaternion q)
范围 | 类型 | 描述 |
---|---|---|
q | Quaternion | 旋转四元数 |
也可以看看
- struct Quaternion
- struct Matrix4
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D