A point structure representing Euclidean xyz coordinates. (SSE friendly) More...
#include <point_types.hpp>
Public Member Functions | |
PointXYZ () | |
PointXYZ (float _x, float _y, float _z) |
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.