converted Warp to xyz_location instead of x,y,z

This commit is contained in:
Arthur Ice
2014-11-29 21:24:57 -08:00
parent 4b48ed7cbc
commit 82cc830297
5 changed files with 9 additions and 22 deletions
-1
View File
@@ -63,7 +63,6 @@ public:
xyz_heading(float x = 0.0f, float y = 0.0f, float z = 0.0f, float heading = 0.0f);
xyz_heading(const xyz_heading& locationDir);
xyz_heading(const xyz_location& locationDir, float heading = 0.0f);
xyz_heading(const xyz_location locationDir, float heading = 0.0f);
explicit xyz_heading(const xy_location& locationDir, float z, float heading);
explicit xyz_heading(const xy_location locationDir, float z, float heading);