Lightweight 3D pose (three spatial coordinates, plus a quaternion ).
Allows coordinate access using [] operator.
Definition at line 483 of file lightweight_geom_data.h.
#include <mrpt/math/lightweight_geom_data.h>
Public Types | |
| enum | { static_size = 7 } |
Public Member Functions | |
| TPose3DQuat (double _x, double _y, double _z, double _qr, double _qx, double _qy, double _qz) | |
| Constructor from coordinates. More... | |
| TPose3DQuat () | |
| Default fast constructor. More... | |
| TPose3DQuat (const mrpt::poses::CPose3DQuat &p) | |
| Constructor from a CPose3DQuat. More... | |
| double & | operator[] (size_t i) |
| Coordinate access using operator[]. More... | |
| const double & | operator[] (size_t i) const |
| Coordinate access using operator[]. More... | |
| double | norm () const |
| Pose's spatial coordinates norm. More... | |
| void | getAsVector (std::vector< double > &v) const |
| Gets the pose as a vector of doubles. More... | |
| void | asString (std::string &s) const |
| Returns a human-readable textual representation of the object as "[x y z qr qx qy qz]". More... | |
| std::string | asString () const |
| void | fromString (const std::string &s) |
| Set the current object value from a string generated by 'asString' (eg: "[0.02 1.04 -0.8 1.0 0.0 0.0 0.0]" ) More... | |
Static Public Member Functions | |
| static size_t | size () |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| Translation in x,y,z. More... | |
| double | qr |
| double | qx |
| double | qy |
| double | qz |
| Unit quaternion part, qr,qx,qy,qz. More... | |
| anonymous enum |
| Enumerator | |
|---|---|
| static_size | |
Definition at line 484 of file lightweight_geom_data.h.
|
inline |
Constructor from coordinates.
Definition at line 489 of file lightweight_geom_data.h.
|
inline |
Default fast constructor.
Initializes to garbage.
Definition at line 491 of file lightweight_geom_data.h.
| mrpt::math::TPose3DQuat::TPose3DQuat | ( | const mrpt::poses::CPose3DQuat & | p | ) |
Constructor from a CPose3DQuat.
Definition at line 242 of file lightweight_geom_data.cpp.
|
inline |
Returns a human-readable textual representation of the object as "[x y z qr qx qy qz]".
Definition at line 511 of file lightweight_geom_data.h.
References mrpt::mrpt::format().
|
inline |
Definition at line 512 of file lightweight_geom_data.h.
References asString().
Referenced by asString().
| void mrpt::math::TPose3DQuat::fromString | ( | const std::string & | s | ) |
Set the current object value from a string generated by 'asString' (eg: "[0.02 1.04 -0.8 1.0 0.0 0.0 0.0]" )
| std::exception | On invalid format |
Definition at line 245 of file lightweight_geom_data.cpp.
References ASSERTMSG_, mrpt::mrpt::math::size(), and THROW_EXCEPTION.
|
inline |
Gets the pose as a vector of doubles.
Definition at line 504 of file lightweight_geom_data.h.
|
inline |
Pose's spatial coordinates norm.
Definition at line 500 of file lightweight_geom_data.h.
References mrpt::math::square().
|
inline |
Coordinate access using operator[].
Order: x,y,z,qr,qx,qy,qz
Definition at line 496 of file lightweight_geom_data.h.
|
inline |
Coordinate access using operator[].
Order: x,y,z,qr,qx,qy,qz
Definition at line 498 of file lightweight_geom_data.h.
|
inlinestatic |
Definition at line 519 of file lightweight_geom_data.h.
| double mrpt::math::TPose3DQuat::qr |
Definition at line 486 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::qx |
Definition at line 486 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::qy |
Definition at line 486 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::qz |
Unit quaternion part, qr,qx,qy,qz.
Definition at line 486 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::x |
Definition at line 485 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::y |
Definition at line 485 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| double mrpt::math::TPose3DQuat::z |
Translation in x,y,z.
Definition at line 485 of file lightweight_geom_data.h.
Referenced by mrpt::graphs::detail::graph_ops< graph_t >::load_graph_of_poses_from_text_stream().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |