op_Multiply
inhoud
[
verbergen
]operator *
Operator overbelast voor *
public static Quaternion operator *(Quaternion lhs, double rhs)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Quaternion | Linker quaternion |
rhs | Double | Rechts quaternion |
Winstwaarde
Resultaat quaternion
Zie ook
- struct Quaternion
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Quaternion operator *(Quaternion lhs, Quaternion rhs)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Quaternion | Linker quaternion |
rhs | Quaternion | Rechts quaternion |
Winstwaarde
Resultaat quaternion
Zie ook
- struct Quaternion
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Vector3 operator *(Quaternion q, Vector3 v)
Parameter | Type | Beschrijving |
---|---|---|
q | Quaternion | Het rotatie quaternion |
v | Vector3 | Vector om te roteren |
Winstwaarde
Geroteerde vector
Zie ook
- struct Vector3
- struct Quaternion
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Vector4 operator *(Quaternion q, Vector4 v)
Parameter | Type | Beschrijving |
---|---|---|
q | Quaternion | Het rotatie quaternion |
v | Vector4 | Vector om te roteren |
Winstwaarde
Geroteerde vector
Zie ook
- struct Vector4
- struct Quaternion
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Vector3 operator *(Vector3 v, Quaternion q)
Parameter | Type | Beschrijving |
---|---|---|
v | Vector3 | Het rotatie quaternion |
q | Quaternion | Vector om te roteren |
Winstwaarde
Geroteerde vector
Zie ook
- struct Vector3
- struct Quaternion
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D