Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Added deprecation warnings in source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Jul 6, 2016
1 parent b78e124 commit 0b1bed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matrix/Quaternion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class Quaternion : public Vector<Type, 4>

/**
* Rotate quaternion from rotation vector
* TODO replace with AxisAngle call
*
* @param vec rotation vector
*/
Expand Down Expand Up @@ -318,6 +319,7 @@ class Quaternion : public Vector<Type, 4>

/**
* Rotation quaternion from axis and angle
* XXX DEPRECATED, use AxisAngle class
*
* @param axis axis of rotation
* @param theta scalar describing angle of rotation
Expand All @@ -343,6 +345,7 @@ class Quaternion : public Vector<Type, 4>

/**
* 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.
Expand Down

0 comments on commit 0b1bed6

Please sign in to comment.