[inline]
Copies the parameters of a given heading vector.
Definition at line 115 of file HeadingVector.cs.
{ this.X = hv.X; this.Y = hv.Y; }