From 568ce68427a1db4a6bff01c9ed080108f3604325 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 2 Jan 2012 20:54:49 +0000 Subject: [PATCH] Fixed comments and authorship --- gtsam/geometry/Rot3.h | 3 +++ gtsam/geometry/Rot3M.cpp | 3 ++- gtsam/geometry/Rot3Q.cpp | 8 +++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gtsam/geometry/Rot3.h b/gtsam/geometry/Rot3.h index a06b39905..de79446b1 100644 --- a/gtsam/geometry/Rot3.h +++ b/gtsam/geometry/Rot3.h @@ -12,6 +12,9 @@ /** * @file Rot3.h * @brief A common header file for rotation matrix and quaterion rotations, Rot3M and Rot3Q, as well as a typedef of Rot3 to the default implementation. + * @author Alireza Fathi + * @author Christian Potthast + * @author Frank Dellaert * @author Richard Roberts */ // \callgraph diff --git a/gtsam/geometry/Rot3M.cpp b/gtsam/geometry/Rot3M.cpp index 0cb533360..6e258112e 100644 --- a/gtsam/geometry/Rot3M.cpp +++ b/gtsam/geometry/Rot3M.cpp @@ -10,11 +10,12 @@ * -------------------------------------------------------------------------- */ /** - * @file Rot3.cpp + * @file Rot3M.cpp * @brief Rotation (internal: 3*3 matrix representation*) * @author Alireza Fathi * @author Christian Potthast * @author Frank Dellaert + * @author Richard Roberts */ #ifndef GTSAM_DEFAULT_QUATERNIONS diff --git a/gtsam/geometry/Rot3Q.cpp b/gtsam/geometry/Rot3Q.cpp index 6e45b191d..092d4d177 100644 --- a/gtsam/geometry/Rot3Q.cpp +++ b/gtsam/geometry/Rot3Q.cpp @@ -10,11 +10,9 @@ * -------------------------------------------------------------------------- */ /** - * @file Rot3.cpp - * @brief Rotation (internal: 3*3 matrix representation*) - * @author Alireza Fathi - * @author Christian Potthast - * @author Frank Dellaert + * @file Rot3Q.cpp + * @brief Rotation (internal: quaternion representation*) + * @author Richard Roberts */ #ifdef GTSAM_DEFAULT_QUATERNIONS