Britbot

returns a new normalized vector

Returns:
new normalized vector

Definition at line 284 of file HeadingVector.cs.

        {
            return (1 / this.Norm()) * this;
        }