|
Point Cloud Library (PCL)
1.6.0
|
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 195 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | ) | [inline] |
Definition at line 197 of file point_types.hpp.
| pcl::PointXYZ::PointXYZ | ( | float | _x, |
| float | _y, | ||
| float | _z | ||
| ) | [inline] |
Definition at line 203 of file point_types.hpp.
pcl::_PointXYZ::PCL_ADD_POINT4D [inherited] |
Definition at line 187 of file point_types.hpp.
1.7.6.1