Rotate
Rotate(double, Vector3)
회전 각도와 axis 로 회전 행렬 생성
public static Matrix4 Rotate(double angle, Vector3 axis)
모수 | 유형 | 설명 |
---|---|---|
angle | Double | 라디안 단위 회전 각도 |
axis | Vector3 | 회전축 |
또한보십시오
- struct Vector3
- struct Matrix4
- 네임스페이스 Aspose.ThreeD.Utilities
- 집회 Aspose.3D
Rotate(Quaternion)
quaternion 에서 회전 행렬 생성
public static Matrix4 Rotate(Quaternion q)
모수 | 유형 | 설명 |
---|---|---|
q | Quaternion | 회전 쿼터니언 |
또한보십시오
- struct Quaternion
- struct Matrix4
- 네임스페이스 Aspose.ThreeD.Utilities
- 집회 Aspose.3D