Click or drag to resize

Matrix4x4Negate Method

Returns a new matrix with the negated elements of the given matrix.

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

Parameters

value
Type: Karamba.GeometryMatrix4x4
The source matrix.

Return Value

Type: Matrix4x4
The negated matrix.
See Also