Merge pull request #215 from borglab/wrapper/unit3-to-point3

Point3 from Unit3 in wrapper code
release/4.3a0
Fan Jiang 2020-01-22 10:07:02 -05:00 committed by GitHub
commit 4226c12ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -814,6 +814,7 @@ class Unit3 {
// Other functionality
Matrix basis() const;
Matrix skew() const;
gtsam::Point3 point3() const;
// Manifold
static size_t Dim();