Lightweight 3D point (float version). More...
#include <mrpt/math/lightweight_geom_data.h>
Public Member Functions | |
| TPoint3Df () | |
| TPoint3Df (const float xx, const float yy, const float zz) | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Lightweight 3D point (float version).
Definition at line 418 of file lightweight_geom_data.h.
| mrpt::math::TPoint3Df::TPoint3Df | ( | ) | [inline] |
Definition at line 424 of file lightweight_geom_data.h.
| mrpt::math::TPoint3Df::TPoint3Df | ( | const float | xx, | |
| const float | yy, | |||
| const float | zz | |||
| ) | [inline] |
Definition at line 425 of file lightweight_geom_data.h.
| float mrpt::math::TPoint3Df::x |
Definition at line 420 of file lightweight_geom_data.h.
| float mrpt::math::TPoint3Df::y |
Definition at line 421 of file lightweight_geom_data.h.
| float mrpt::math::TPoint3Df::z |
Definition at line 422 of file lightweight_geom_data.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |