Skip to content

Commit

Permalink
Additional constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduberg committed Mar 16, 2020
1 parent 14cb352 commit f155c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ufomap/include/ufomap/math/pose6.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Pose6
Pose6(const Pose6& other);
Pose6(const Vector3& translation, const Quaternion& rotation);
Pose6(float x, float y, float z, float roll, float pitch, float yaw);
Pose6(float t_x, float t_y, float t_z, float r_w, float r_x, float r_y, float r_z);

Pose6& operator=(const Pose6& other);

Expand Down

0 comments on commit f155c99

Please sign in to comment.