Click or drag to resize

Matrix4InitInverse Method

Initializes the inverse matrix.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static bool InitInverse(
	Matrix4 matrix,
	ref Matrix4 result
)

Parameters

matrix
Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix to inverse.
result
Type: Lumiscaphe.Workshop.InteropMatrix4
The inverted matrix.

Return Value

Type: Boolean
true if the matrix can be inverted; otherwise, false.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also