Browse Source

Fix for ctor comments on axis angle.

master
James Goppert 9 years ago
parent
commit
7b7297b674
  1. 6
      matrix/AxisAngle.hpp

6
matrix/AxisAngle.hpp

@ -133,10 +133,8 @@ public: @@ -133,10 +133,8 @@ public:
/**
* Constructor from axis and angle
*
* @param x r_x*angle
* @param x r_x*angle
* @param y r_y*angle
* @param z r_z*angle
* @param axis An axis of rotation, normalized if not unit length
* @param angle The amount to rotate
*/
AxisAngle(const Matrix31 & axis, Type angle) :
Vector<Type, 3>()

Loading…
Cancel
Save