Fix compile issue
parent
3a50a0e19e
commit
6d4cf0c115
|
@ -43,10 +43,8 @@ class_<Point3>("Point3")
|
|||
.def("norm", &Point3::norm)
|
||||
.def("normalized", &Point3::normalized)
|
||||
.def("print", &Point3::print, print_overloads(args("s")))
|
||||
#ifdef GTSAM_USE_VECTOR3_POINTS
|
||||
#ifndef GTSAM_USE_VECTOR3_POINTS
|
||||
.def("vector", &Point3::vector, return_value_policy<copy_const_reference>())
|
||||
#else
|
||||
.def("vector", &Point3::vector)
|
||||
.def("x", &Point3::x)
|
||||
.def("y", &Point3::y)
|
||||
.def("z", &Point3::z)
|
||||
|
|
Loading…
Reference in New Issue