wrap Rot3 slerp function to allow for rotation interpolation
parent
56ca889913
commit
46ac536bf0
1
gtsam.h
1
gtsam.h
|
@ -676,6 +676,7 @@ class Rot3 {
|
||||||
double yaw() const;
|
double yaw() const;
|
||||||
// Vector toQuaternion() const; // FIXME: Can't cast to Vector properly
|
// Vector toQuaternion() const; // FIXME: Can't cast to Vector properly
|
||||||
Vector quaternion() const;
|
Vector quaternion() const;
|
||||||
|
gtsam::Rot3 slerp(double t, const gtsam::Rot3& other) const;
|
||||||
|
|
||||||
// enabling serialization functionality
|
// enabling serialization functionality
|
||||||
void serialize() const;
|
void serialize() const;
|
||||||
|
|
Loading…
Reference in New Issue