Converts a Matrix4x4 to a Matrix.
Namespace: VVVV.Utils.VMathAssembly: 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.