diff --git a/matrix/Quaternion.hpp b/matrix/Quaternion.hpp index 3f79b1c1f9..de06c4ebe7 100644 --- a/matrix/Quaternion.hpp +++ b/matrix/Quaternion.hpp @@ -1,7 +1,9 @@ /** * @file Quaternion.hpp * - * A quaternion class. + * A quaternion instance of this class describes a rotation from + * coordinate frame 1 to corrdinate frame 2. The first element of the quaternion + * represents the real part. * * @author James Goppert */