better description for quaternion class

This commit is contained in:
Roman
2016-05-10 11:40:35 +02:00
parent 3152d3d6cf
commit 2b3bdb523d
+3 -1
View File
@@ -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 <james.goppert@gmail.com>
*/