[inline]
returns a new normalized vector
Definition at line 284 of file HeadingVector.cs.
{ return (1 / this.Norm()) * this; }