Added 'GetReciprocalHeading' to position.cpp/h

This commit is contained in:
Arthur Ice
2015-01-18 12:22:37 -08:00
parent 0aefc0453d
commit cc802f2e74
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -99,4 +99,7 @@ float Distance(const xyz_heading& point1, const xyz_heading& point2);
float DistanceNoZ(const xyz_heading& point1, const xyz_heading& point2);
float ComparativeDistanceNoZ(const xyz_heading& point1, const xyz_heading& point2);
float GetReciprocalHeading(const xyz_heading& point1);
float GetReciprocalHeading(const float heading);
#endif