Fixed comments and authorship

release/4.3a0
Frank Dellaert 2012-01-02 20:54:49 +00:00
parent b9bd2e61d8
commit 568ce68427
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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