[inline]
Returns the square of the vector's length might be used to normalize vectors for some computation.
Definition at line 265 of file HeadingVector.cs.
{ return X * X + Y * Y; }