Skip to content

Commit 19d3fe0

Browse files
authored
Merge pull request #791 from borglab/add-sim3-point-transformFrom
Add transformFrom() to wrapper, for Point3 in Similarity3
2 parents f77af12 + 658ebd3 commit 19d3fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gtsam/gtsam.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,9 @@ class Similarity3 {
10631063
Similarity3(const Matrix& R, const Vector& t, double s);
10641064
Similarity3(const Matrix& T);
10651065

1066+
gtsam::Point3 transformFrom(const gtsam::Point3& p) const;
10661067
gtsam::Pose3 transformFrom(const gtsam::Pose3& T);
1068+
10671069
static gtsam::Similarity3 Align(const gtsam::Point3Pairs & abPointPairs);
10681070
static gtsam::Similarity3 Align(const gtsam::Pose3Pairs & abPosePairs);
10691071

0 commit comments

Comments
 (0)