Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes

Detailed Description

Lightweight 3D point (float version).

See Also
mrpt::poses::CPoint3D, mrpt::math::TPoint3D

Definition at line 276 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)
 
TPoint3Dfoperator+= (const TPoint3Df &p)
 
TPoint3Df operator* (const float s)
 

Public Attributes

float x
 
float y
 
float z
 

Constructor & Destructor Documentation

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.

Member Function Documentation

TPoint3Df mrpt::math::TPoint3Df::operator* ( const float  s)
inline

Definition at line 285 of file lightweight_geom_data.h.

TPoint3Df& mrpt::math::TPoint3Df::operator+= ( const TPoint3Df p)
inline

Definition at line 284 of file lightweight_geom_data.h.

References x, y, and z.

Member Data Documentation

float mrpt::math::TPoint3Df::x
float mrpt::math::TPoint3Df::y
float mrpt::math::TPoint3Df::z



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013