A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...
#include <point_types.hpp>

Public Attributes | |
| union { | |
| struct { | |
| float range | |
| } | |
| float data_c [4] | |
| }; | |
| PCL_ADD_POINT4D | |
A point structure representing Euclidean xyz coordinates, padded with an extra range float.
Definition at line 781 of file point_types.hpp.
| union { ... } |
| float pcl::_PointWithRange::data_c[4] |
Definition at line 790 of file point_types.hpp.
Definition at line 783 of file point_types.hpp.
Definition at line 788 of file point_types.hpp.