I\'m making a Windows Forms application in Visual Studio 2010 Ultimate, but can\'t get the built-in Vector to work.
Microsoft says that there is a System.Windows.Vec
Add a reference to WindowsBase. The Vector class is defined in the WindowsBase.dll assembly within the System.Windows namespace.
Vector