fix wrapper
parent
a57465ee64
commit
5e7598606a
|
|
@ -907,9 +907,9 @@ class Similarity2 {
|
||||||
static gtsam::Similarity2 Align(const gtsam::Pose2Pairs& abPosePairs);
|
static gtsam::Similarity2 Align(const gtsam::Pose2Pairs& abPosePairs);
|
||||||
|
|
||||||
// Standard Interface
|
// Standard Interface
|
||||||
const Matrix matrix() const;
|
Matrix matrix() const;
|
||||||
const gtsam::Rot2& rotation();
|
gtsam::Rot2& rotation();
|
||||||
const gtsam::Point2& translation();
|
gtsam::Point2& translation();
|
||||||
double scale() const;
|
double scale() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -929,9 +929,9 @@ class Similarity3 {
|
||||||
static gtsam::Similarity3 Align(const gtsam::Pose3Pairs& abPosePairs);
|
static gtsam::Similarity3 Align(const gtsam::Pose3Pairs& abPosePairs);
|
||||||
|
|
||||||
// Standard Interface
|
// Standard Interface
|
||||||
const Matrix matrix() const;
|
Matrix matrix() const;
|
||||||
const gtsam::Rot3& rotation();
|
gtsam::Rot3& rotation();
|
||||||
const gtsam::Point3& translation();
|
gtsam::Point3& translation();
|
||||||
double scale() const;
|
double scale() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue