Update geometry.i
parent
903d7c6a2e
commit
77664288cf
|
|
@ -329,6 +329,7 @@ class Rot3 {
|
||||||
|
|
||||||
// Operator Overloads
|
// Operator Overloads
|
||||||
gtsam::Rot3 operator*(const gtsam::Rot3& p2) const;
|
gtsam::Rot3 operator*(const gtsam::Rot3& p2) const;
|
||||||
|
gtsam::Rot3 operator*(const gtsam::Unit3& p) const;
|
||||||
|
|
||||||
// Manifold
|
// Manifold
|
||||||
// gtsam::Rot3 retractCayley(Vector v) const; // TODO, does not exist in both
|
// gtsam::Rot3 retractCayley(Vector v) const; // TODO, does not exist in both
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue