fix gtsam.h to compile with matlab
parent
da5d3e303c
commit
b8cd7da08b
2
gtsam.h
2
gtsam.h
|
@ -484,7 +484,7 @@ class Rot3 {
|
||||||
// Standard Constructors and Named Constructors
|
// Standard Constructors and Named Constructors
|
||||||
Rot3();
|
Rot3();
|
||||||
Rot3(Matrix R);
|
Rot3(Matrix R);
|
||||||
Rot3(const Point3& col1, const Point3& col2, const Point3& col3);
|
Rot3(const gtsam::Point3& col1, const gtsam::Point3& col2, const gtsam::Point3& col3);
|
||||||
Rot3(double R11, double R12, double R13,
|
Rot3(double R11, double R12, double R13,
|
||||||
double R21, double R22, double R23,
|
double R21, double R22, double R23,
|
||||||
double R31, double R32, double R33);
|
double R31, double R32, double R33);
|
||||||
|
|
Loading…
Reference in New Issue