Rotate
Rotate(double, Vector3)
Skapa en rotationsmatris genom rotationsvinkel och axis
public static Matrix4 Rotate(double angle, Vector3 axis)
| Parameter | Typ | Beskrivning |
|---|---|---|
| angle | Double | Rotera vinkeln i radianer |
| axis | Vector3 | Rotationsaxel |
Se även
- struct Vector3
- struct Matrix4
- namnutrymme Aspose.ThreeD.Utilities
- hopsättning Aspose.3D
Rotate(Quaternion)
Skapa en rotationsmatris från en quaternion
public static Matrix4 Rotate(Quaternion q)
| Parameter | Typ | Beskrivning |
|---|---|---|
| q | Quaternion | Rotation quaternion |
Se även
- struct Quaternion
- struct Matrix4
- namnutrymme Aspose.ThreeD.Utilities
- hopsättning Aspose.3D