From 268838a9625540840683f899eae85df497291fa2 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sun, 27 Feb 2011 22:00:30 +0000 Subject: [PATCH] Comment --- gtsam/geometry/Rot3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/geometry/Rot3.h b/gtsam/geometry/Rot3.h index 9c1fb9a22..769596dd0 100644 --- a/gtsam/geometry/Rot3.h +++ b/gtsam/geometry/Rot3.h @@ -27,7 +27,7 @@ namespace gtsam { - /* 3D Rotation */ + /* 3D Rotations in GTSAM are represented as rotation matrices */ class Rot3: Testable, public Lie { public: static const size_t dimension = 3;