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