op_Multiply
Inhalt
[
Ausblenden
]operator *
Multipliziere die beiden Matrizen
public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
Parameter | Typ | Beschreibung |
---|---|---|
lhs | Matrix4 | Links. |
rhs | Matrix4 | Rechts. |
Rückgabewert
Ergebnismatrix
Siehe auch
- struct Matrix4
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
operator *
Multipliziere die Matrix und den Vektor3
public static Vector3 operator *(Matrix4 lhs, Vector3 v)
Parameter | Typ | Beschreibung |
---|---|---|
lhs | Matrix4 | Links. |
v | Vector3 | v. |
Rückgabewert
Ergebnismatrix
Siehe auch
- struct Vector3
- struct Matrix4
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
operator *
Multipliziere die Matrix und den Vektor4
public static Vector4 operator *(Matrix4 lhs, Vector4 v)
Parameter | Typ | Beschreibung |
---|---|---|
lhs | Matrix4 | Links. |
v | Vector4 | v. |
Rückgabewert
Ergebnismatrix
Siehe auch
- struct Vector4
- struct Matrix4
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D
operator *
Multiplizieren Sie die Matrix und verdoppeln Sie den Wert
public static Matrix4 operator *(Matrix4 lhs, double v)
Parameter | Typ | Beschreibung |
---|---|---|
lhs | Matrix4 | Links. |
v | Double | v. |
Rückgabewert
Ergebnismatrix
Siehe auch
- struct Matrix4
- namensraum Aspose.ThreeD.Utilities
- Montage Aspose.3D