Matrix4x4Subtract Method

Subtracts the second matrix from the first.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Matrix4x4 Subtract(
	Matrix4x4 value1,
	Matrix4x4 value2
)

Parameters

value1  Matrix4x4
The first source matrix.
value2  Matrix4x4
The second source matrix.

Return Value

Matrix4x4
The result of the subtraction.

See Also