Lightweight 3D point (float version).
#include <mrpt/math/lightweight_geom_data.h>
Public Member Functions | |
| TPoint3Df () | |
| TPoint3Df (const float xx, const float yy, const float zz) | |
| TPoint3Df & | operator+= (const TPoint3Df &p) |
| TPoint3Df | operator* (const float s) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| mrpt::math::TPoint3Df::TPoint3Df | ( | ) | [inline] |
Definition at line 282 of file lightweight_geom_data.h.
| mrpt::math::TPoint3Df::TPoint3Df | ( | const float | xx, |
| const float | yy, | ||
| const float | zz | ||
| ) | [inline] |
Definition at line 283 of file lightweight_geom_data.h.
| TPoint3Df mrpt::math::TPoint3Df::operator* | ( | const float | s | ) | [inline] |
Definition at line 285 of file lightweight_geom_data.h.
References Eigen::internal::y.
Definition at line 284 of file lightweight_geom_data.h.
References x, Eigen::internal::y, y, and z.
| float mrpt::math::TPoint3Df::x |
| float mrpt::math::TPoint3Df::y |
| float mrpt::math::TPoint3Df::z |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |