|
Point Cloud Library (PCL)
1.5.1
|
A point structure representing Euclidean xyz coordinates. More...
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| PointXYZ () | |
| PointXYZ (float _x, float _y, float _z) | |
Public Attributes | |
| PCL_ADD_POINT4D | |
A point structure representing Euclidean xyz coordinates.
(SSE friendly)
Definition at line 180 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | ) | [inline] |
Definition at line 182 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | float | _x, |
| float | _y, | ||
| float | _z | ||
| ) | [inline] |
Definition at line 188 of file point_types.hpp.
pcl::_PointXYZ::PCL_ADD_POINT4D [inherited] |
Definition at line 166 of file point_types.hpp.
1.8.0