Britbot

same as the previous function just used as a method

Parameters:
Dirnew Direction
Returns:

Definition at line 186 of file HeadingVector.cs.

        {
            //just use the existing function
            this.SetCoordinates(HeadingVector.adjustHeading(this, Dir));

            //return this for a+b+c calculations
            return this;
        }