Click or drag to resize

Matrix4x4Subtract Method

Subtracts the second matrix from the first.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 Subtract(
	Matrix4x4 value1,
	Matrix4x4 value2
)

Parameters

value1
Type: Karamba.GeometryMatrix4x4
The first source matrix.
value2
Type: Karamba.GeometryMatrix4x4
The second source matrix.

Return Value

Type: Matrix4x4
The result of the subtraction.
See Also