diff --git a/matrix/Quaternion.hpp b/matrix/Quaternion.hpp index 2cadf6e..1ebb425 100644 --- a/matrix/Quaternion.hpp +++ b/matrix/Quaternion.hpp @@ -282,6 +282,7 @@ class Quaternion : public Vector /** * Rotate quaternion from rotation vector + * TODO replace with AxisAngle call * * @param vec rotation vector */ @@ -318,6 +319,7 @@ class Quaternion : public Vector /** * Rotation quaternion from axis and angle + * XXX DEPRECATED, use AxisAngle class * * @param axis axis of rotation * @param theta scalar describing angle of rotation @@ -343,6 +345,7 @@ class Quaternion : public Vector /** * Rotation vector from quaternion + * XXX DEPRECATED, use AxisAngle class * * The axis of rotation is given by vector direction and * the angle is given by the norm.