diff --git a/Eigen/src/Geometry/AngleAxis.h b/Eigen/src/Geometry/AngleAxis.h index 73db5c6ad..52f1e323e 100644 --- a/Eigen/src/Geometry/AngleAxis.h +++ b/Eigen/src/Geometry/AngleAxis.h @@ -161,8 +161,11 @@ typedef AngleAxis AngleAxisf; * double precision angle-axis type */ typedef AngleAxis AngleAxisd; -/** Set \c *this from a quaternion. +/** Set \c *this from a \b unit quaternion. * The axis is normalized. + * + * \warning As any other method dealing with quaternion, if the input quaternion + * is not normalized then the result is undefined. */ template template @@ -176,7 +179,7 @@ AngleAxis& AngleAxis::operator=(const QuaternionBase