| Matrix4Subtract Method |
Subtract a matrix to the matrix.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Matrix4 Subtract(
Matrix4 m1
)
public:
Matrix4 Subtract(
Matrix4 m1
)
Parameters
- m1
- Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix to subtract.
Return Value
Type:
Matrix4The subtract of the two matrices.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also