Converts a Matrix4x4 to a Matrix.

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public static Matrix ToSlimDXMatrix(
	this Matrix4x4 Input
)

Parameters

Input
Type: VVVV.Utils.VMath..::..Matrix4x4
The Matrix4x4 to convert.

Return Value

The converted Matrix.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Matrix4x4. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also