Point Cloud Library (PCL)
1.3.1
|
A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
float range | |
} | |
float data_c [4] | |
}; |
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
union { ... } |
float pcl::PointWithRange::data_c[4] |
Definition at line 669 of file point_types.hpp.
Definition at line 662 of file point_types.hpp.
Definition at line 667 of file point_types.hpp.