|
Point Cloud Library (PCL)
1.4.0
|
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)
Definition at line 527 of file point_types.hpp.
| union { ... } |
| float pcl::Normal::curvature |
Definition at line 534 of file point_types.hpp.
| float pcl::Normal::data_c[4] |
Definition at line 536 of file point_types.hpp.
Definition at line 529 of file point_types.hpp.
1.7.6.1