Converts a Vector2D to a Vector2.
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
C# |
---|
public static Vector2 ToSlimDXVector( this Vector2D Input ) |
Parameters
- Input
- Type: VVVV.Utils.VMath..::..Vector2D
The Vector2D to convert.