Comments
parent
252784b449
commit
99b5edf89e
|
@ -48,8 +48,9 @@ public:
|
||||||
typedef Point3 Translation;
|
typedef Point3 Translation;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Rot3 R_;
|
|
||||||
Point3 t_;
|
Rot3 R_; ///< Rotation gRp, between global and pose frame
|
||||||
|
Point3 t_; ///< Translation gTp, from global origin to pose frame origin
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue