Britbot

same as the previous function just gets a direction

Parameters:
Dirnew Direction
Returns:

Definition at line 200 of file HeadingVector.cs.

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

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