[inline]
Gets a unique-ish hascide for the instance.
Definition at line 91 of file HeadingVector.cs.
{ unchecked { return (this.X.GetHashCode() * 397) ^ this.Y.GetHashCode(); } }