wrapped dist() for Point2
parent
25ffc8adda
commit
305ab998fc
1
gtsam.h
1
gtsam.h
|
@ -190,6 +190,7 @@ virtual class Point2 : gtsam::Value {
|
||||||
double x() const;
|
double x() const;
|
||||||
double y() const;
|
double y() const;
|
||||||
Vector vector() const;
|
Vector vector() const;
|
||||||
|
double dist(const gtsam::Point2& p2) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual class StereoPoint2 : gtsam::Value {
|
virtual class StereoPoint2 : gtsam::Value {
|
||||||
|
|
Loading…
Reference in New Issue