move typedef to header file
parent
98faf54f9b
commit
149b0adfb1
|
|
@ -24,7 +24,6 @@
|
|||
namespace gtsam {
|
||||
|
||||
using std::vector;
|
||||
typedef vector<Point3Pair> PointPairs;
|
||||
|
||||
namespace {
|
||||
/// Subtract centroids from point pairs.
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ namespace gtsam {
|
|||
// Forward declarations
|
||||
class Pose3;
|
||||
|
||||
typedef std::vector<Point3Pair> PointPairs;
|
||||
|
||||
/**
|
||||
* 3D similarity transform
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue