ToRadian
Inhalt
[
Ausblenden
]ToRadian(Vector3)
Konvertiere aVector3
von Grad bis Radiant
public static Vector3 ToRadian(Vector3 degree)
Parameter | Typ | Beschreibung |
---|---|---|
degree | Vector3 | Der Gradwert. |
Rückgabewert
Der Radiantwert.
Siehe auch
- struct Vector3
- class MathUtils
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
ToRadian(float)
Wandeln Sie eine Zahl von Grad in Bogenmaß um
public static float ToRadian(float degree)
Parameter | Typ | Beschreibung |
---|---|---|
degree | Single | Der Gradwert. |
Rückgabewert
Der Radiantwert.
Siehe auch
- class MathUtils
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
ToRadian(double)
Wandeln Sie eine Zahl von Grad in Bogenmaß um
public static double ToRadian(double degree)
Parameter | Typ | Beschreibung |
---|---|---|
degree | Double | Der Gradwert. |
Rückgabewert
Der Radiantwert.
Siehe auch
- class MathUtils
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
ToRadian(double, double, double)
Wandeln Sie einen Vektor von Grad in Bogenmaß um
public static Vector3 ToRadian(double x, double y, double z)
Parameter | Typ | Beschreibung |
---|---|---|
x | Double | Die x-Komponente im Gradwert. |
y | Double | Die y-Komponente im Gradwert. |
z | Double | Die z-Komponente in Grad. |
Rückgabewert
Der Radiantwert.
Siehe auch
- struct Vector3
- class MathUtils
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D