MoveG 1.0.0
A modern C++ library for Robotics
Loading...
Searching...
No Matches
MoveG::Pose Member List

This is the complete list of members for MoveG::Pose, including all inherited members.

getAffineTransformation() constMoveG::Pose
getHomogeneousT() constMoveG::Pose
getPosition() constMoveG::Pose
getQuaternion() constMoveG::Pose
getQw() constMoveG::Pose
getQx() constMoveG::Pose
getQy() constMoveG::Pose
getQz() constMoveG::Pose
getRotationMatrix() constMoveG::Pose
getX() constMoveG::Pose
getY() constMoveG::Pose
getZ() constMoveG::Pose
globalToLocal(const Eigen::Vector3d &global_point) constMoveG::Pose
inverse() constMoveG::Pose
localToGlobal(const Eigen::Vector3d &local_point) constMoveG::Pose
operator*(const Pose &other) constMoveG::Pose
operator<<MoveG::Posefriend
operator=(const Pose &other)MoveG::Pose
operator=(Pose &&other) noexceptMoveG::Pose
orientation_MoveG::Poseprivate
orientationDistance(const Pose &other) constMoveG::Pose
Pose() noexceptMoveG::Pose
Pose(const Eigen::Vector3d &position, const Eigen::Quaterniond &orientation)MoveG::Pose
Pose(const Eigen::Vector3d &position, const Eigen::Matrix3d &rotation_matrix)MoveG::Pose
Pose(const Eigen::Affine3d &transformation)MoveG::Poseexplicit
Pose(const Eigen::Vector3d &position, const Rotation &orientation)MoveG::Pose
Pose(const Eigen::Matrix4d &homogeneousT)MoveG::Poseexplicit
Pose(const Pose &other)MoveG::Pose
Pose(Pose &&other) noexceptMoveG::Pose
position_MoveG::Poseprivate
positionDistance(const Pose &other) constMoveG::Pose
setAffineTransformation(const Eigen::Affine3d &transformation)MoveG::Pose
setHomogeneousT(const Eigen::Matrix4d &homogeneousT)MoveG::Pose
setOrientation(const Eigen::Quaterniond &orientation)MoveG::Pose
setPosition(const Eigen::Vector3d &position)MoveG::Pose
setRotationMatrix(const Eigen::Matrix3d &rotation_matrix)MoveG::Pose
transformPose(const Pose &transform) constMoveG::Pose
validateHomogeneousMatrix(const Eigen::Matrix4d &homogeneousT)MoveG::Poseprivatestatic
~Pose()MoveG::Pose