From 2b3bdb523d60a7980a7f88628a3d0ecf75e6675b Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 10 May 2016 11:40:35 +0200 Subject: [PATCH] better description for quaternion class --- matrix/Quaternion.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */