[inline]
Copy constructor.
Definition at line 68 of file HeadingVector.cs.
{ this.X = toCopy.X; this.Y = toCopy.Y; }