Point Cloud Library (PCL)
1.3.1
|
A point structure representing normal coordinates and the surface curvature estimate. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
PCL_ADD_NORMAL4D | |
union { | |
struct { | |
float curvature | |
} | |
float data_c [4] | |
}; |
A point structure representing normal coordinates and the surface curvature estimate.
(SSE friendly)
union { ... } |
float pcl::Normal::curvature |
Definition at line 522 of file point_types.hpp.
float pcl::Normal::data_c[4] |
Definition at line 524 of file point_types.hpp.
Definition at line 517 of file point_types.hpp.