Matrix4.op_Multiply
Contents
[
Hide
]operator *
Multiply the two matrices
public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
Parameter | Type | Description |
---|---|---|
lhs | Matrix4 | Lhs. |
rhs | Matrix4 | Rhs. |
Return Value
Result matrix
See Also
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
operator *
Multiply the matrix and vector3
public static Vector3 operator *(Matrix4 lhs, Vector3 v)
Parameter | Type | Description |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Vector3 | V. |
Return Value
Result matrix
See Also
- struct Vector3
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
operator *
Multiply the matrix and vector4
public static Vector4 operator *(Matrix4 lhs, Vector4 v)
Parameter | Type | Description |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Vector4 | V. |
Return Value
Result matrix
See Also
- struct Vector4
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
operator *
Multiply the matrix and double value
public static Matrix4 operator *(Matrix4 lhs, double v)
Parameter | Type | Description |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Double | V. |
Return Value
Result matrix
See Also
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D