Converts a Matrix to a Matrix4x4.

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

Syntax

C#
public static Matrix4x4 ToMatrix4x4(
	this Matrix Input
)

Parameters

Input
Type: Matrix
The Matrix to convert.

Return Value

The converted Matrix4x4.

Usage Note

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

See Also