improve whitespaces

This commit is contained in:
wmayer
2017-12-11 01:41:46 +01:00
parent c42330ef0a
commit 3692861136
3 changed files with 89 additions and 85 deletions

View File

@@ -102,13 +102,12 @@ public:
*/
static Rotation makeRotationByAxes(Vector3d xdir, Vector3d ydir, Vector3d zdir, const char* priorityOrder = "ZXY");
void evaluateVector ();
private:
void normalize();
void evaluateVector ();
double quat[4];
Vector3d _axis; // the axis kept not to lose direction when angle is 0
double _angle; // this angle to keep the angle chozen by the user
Vector3d _axis; // the axis kept not to lose direction when angle is 0
double _angle; // this angle to keep the angle chosen by the user
};
}