Skip to content

Commit

Permalink
add transformFrom() for Point3 in Similarity3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jun 10, 2021
1 parent f77af12 commit 658ebd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/gtsam.i
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,9 @@ class Similarity3 {
Similarity3(const Matrix& R, const Vector& t, double s);
Similarity3(const Matrix& T);

gtsam::Point3 transformFrom(const gtsam::Point3& p) const;
gtsam::Pose3 transformFrom(const gtsam::Pose3& T);

static gtsam::Similarity3 Align(const gtsam::Point3Pairs & abPointPairs);
static gtsam::Similarity3 Align(const gtsam::Pose3Pairs & abPosePairs);

Expand Down

0 comments on commit 658ebd3

Please sign in to comment.