Comment
parent
a14c8e3e09
commit
268838a962
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/* 3D Rotation */
|
/* 3D Rotations in GTSAM are represented as rotation matrices */
|
||||||
class Rot3: Testable<Rot3>, public Lie<Rot3> {
|
class Rot3: Testable<Rot3>, public Lie<Rot3> {
|
||||||
public:
|
public:
|
||||||
static const size_t dimension = 3;
|
static const size_t dimension = 3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue