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

Detailed Description

Lightweight 3D point (float version).

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

Definition at line 224 of file lightweight_geom_data.h.

#include <mrpt/math/lightweight_geom_data.h>

Public Types

enum  { static_size = 3 }
 

Public Member Functions

 TPoint3Df ()
 
 TPoint3Df (const float xx, const float yy, const float zz)
 
TPoint3Dfoperator+= (const TPoint3Df &p)
 
TPoint3Df operator* (const float s)
 
float & operator[] (size_t i)
 Coordinate access using operator[]. More...
 
const float & operator[] (size_t i) const
 Coordinate access using operator[]. More...
 

Public Attributes

float x
 
float y
 
float z
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
static_size 

Definition at line 226 of file lightweight_geom_data.h.

Constructor & Destructor Documentation

◆ TPoint3Df() [1/2]

mrpt::math::TPoint3Df::TPoint3Df ( )
inline

Definition at line 231 of file lightweight_geom_data.h.

◆ TPoint3Df() [2/2]

mrpt::math::TPoint3Df::TPoint3Df ( const float  xx,
const float  yy,
const float  zz 
)
inline

Definition at line 232 of file lightweight_geom_data.h.

Member Function Documentation

◆ operator*()

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

Definition at line 234 of file lightweight_geom_data.h.

◆ operator+=()

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

Definition at line 233 of file lightweight_geom_data.h.

◆ operator[]() [1/2]

float& mrpt::math::TPoint3Df::operator[] ( size_t  i)
inline

Coordinate access using operator[].

Order: x,y,z

Definition at line 236 of file lightweight_geom_data.h.

◆ operator[]() [2/2]

const float& mrpt::math::TPoint3Df::operator[] ( size_t  i) const
inline

Coordinate access using operator[].

Order: x,y,z

Definition at line 239 of file lightweight_geom_data.h.

Member Data Documentation

◆ x

float mrpt::math::TPoint3Df::x

◆ y

float mrpt::math::TPoint3Df::y

◆ z

float mrpt::math::TPoint3Df::z



Page generated by Doxygen 1.8.14 for MRPT 1.5.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019