FMatrix4.op_Multiply
operator *
Concatenate the two matrices
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
| Parameter | Type | Description |
|---|---|---|
| left | FMatrix4 | The left matrix to concatenate |
| right | FMatrix4 | The right matrix to concatenate |
Return Value
The concatenated matrix.
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