|
Britbot
|
same as the previous function just gets a direction
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;
}
|
1.7.6.1