Click or drag to resize

Matrix3x2Invert Method

Attempts to invert the given matrix. If the operation succeeds, the inverted matrix is stored in the result parameter.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool Invert(
	Matrix3x2 matrix,
	out Matrix3x2 result
)

Parameters

matrix
Type: Karamba.GeometryMatrix3x2
The source matrix.
result
Type: Karamba.GeometryMatrix3x2
The output matrix.

Return Value

Type: Boolean
True if the operation succeeded, False otherwise.
See Also