op_Multiply
inhoud
[
verbergen
]operator *
Vermenigvuldig de twee matrices
public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Matrix4 | Lhs. |
rhs | Matrix4 | Rhs. |
Winstwaarde
Resultaatmatrix
Zie ook
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Vermenigvuldig de matrix en vector3
public static Vector3 operator *(Matrix4 lhs, Vector3 v)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Vector3 | V. |
Winstwaarde
Resultaatmatrix
Zie ook
- struct Vector3
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Vermenigvuldig de matrix en vector4
public static Vector4 operator *(Matrix4 lhs, Vector4 v)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Vector4 | V. |
Winstwaarde
Resultaatmatrix
Zie ook
- struct Vector4
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Vermenigvuldig de matrix en verdubbel de waarde
public static Matrix4 operator *(Matrix4 lhs, double v)
Parameter | Type | Beschrijving |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Double | V. |
Winstwaarde
Resultaatmatrix
Zie ook
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D