Lightweight 3D point (float version).
Definition at line 271 of file lightweight_geom_data.h.
#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 277 of file lightweight_geom_data.h.
mrpt::math::TPoint3Df::TPoint3Df | ( | const float | xx, | |
const float | yy, | |||
const float | zz | |||
) | [inline] |
Definition at line 278 of file lightweight_geom_data.h.
TPoint3Df mrpt::math::TPoint3Df::operator* | ( | const float | s | ) | [inline] |
Definition at line 280 of file lightweight_geom_data.h.
References internal::y.
Definition at line 279 of file lightweight_geom_data.h.
References x, y, internal::y, and z.
float mrpt::math::TPoint3Df::x |
Definition at line 273 of file lightweight_geom_data.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::internal_recursive_split(), operator+=(), mrpt::opengl::COctreePointRenderer< Derived >::TNode::setBBFromOrderInParent(), and mrpt::opengl::COctreePointRenderer< Derived >::TNode::update_bb().
float mrpt::math::TPoint3Df::y |
Definition at line 274 of file lightweight_geom_data.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::internal_recursive_split(), operator+=(), mrpt::opengl::COctreePointRenderer< Derived >::TNode::setBBFromOrderInParent(), and mrpt::opengl::COctreePointRenderer< Derived >::TNode::update_bb().
float mrpt::math::TPoint3Df::z |
Definition at line 275 of file lightweight_geom_data.h.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::internal_recursive_split(), operator+=(), mrpt::opengl::COctreePointRenderer< Derived >::TNode::setBBFromOrderInParent(), and mrpt::opengl::COctreePointRenderer< Derived >::TNode::update_bb().
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |