Britbot
static HeadingVector Britbot.HeadingVector.adjustHeading ( HeadingVector  hv1,
Direction  dir 
) [inline, static]

same as the previous one just gets a direction insted of a heading vector

Parameters:
hv1the main direction, the one we comparing the other to
dirthe new direction
Returns:

Definition at line 176 of file HeadingVector.cs.

        {
            return HeadingVector.adjustHeading(hv1, new HeadingVector(dir));
        }