FMatrix4.op_Multiply
operator *
Concatenate the two matrices
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
Parameter | Type | Description |
---|---|---|
left | FMatrix4 | |
right | FMatrix4 |
See Also
- struct FMatrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
operator *
Multiply the matrix and double value
public static FMatrix4 operator *(FMatrix4 lhs, float v)
Parameter | Type | Description |
---|---|---|
lhs | FMatrix4 | Lhs. |
v | Single | V. |
Return Value
Result matrix
See Also
- struct FMatrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D