Click or drag to resize

Matrix3x2Negate Method

Negates the given matrix by multiplying all values by -1.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 Negate(
	Matrix3x2 value
)

Parameters

value
Type: Karamba.GeometryMatrix3x2
The source matrix.

Return Value

Type: Matrix3x2
The negated matrix.
See Also