Fix whitespace
parent
9e460d26eb
commit
87cfb25635
|
@ -52,7 +52,7 @@ public:
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/** Default constructor is origin */
|
/** Default constructor is origin */
|
||||||
Pose3() : R_(traits<Rot3>::Identity()), t_(traits<Point3>::Identity()) {}
|
Pose3() : R_(traits<Rot3>::Identity()), t_(traits<Point3>::Identity()) {}
|
||||||
|
|
||||||
/** Copy constructor */
|
/** Copy constructor */
|
||||||
Pose3(const Pose3& pose) :
|
Pose3(const Pose3& pose) :
|
||||||
|
|
Loading…
Reference in New Issue