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