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