Fixed comments and authorship
parent
b9bd2e61d8
commit
568ce68427
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue