|
Point Cloud Library (PCL) 1.3.1
|
A point structure representing the principal curvatures and their magnitudes. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
| union { | |
| float principal_curvature [3] | |
| struct { | |
| float principal_curvature_x | |
| float principal_curvature_y | |
| float principal_curvature_z | |
| } | |
| }; | |
| float | pc1 |
| float | pc2 |
A point structure representing the principal curvatures and their magnitudes.
Definition at line 754 of file point_types.hpp.
| union { ... } |
Definition at line 766 of file point_types.hpp.
Definition at line 767 of file point_types.hpp.
Definition at line 758 of file point_types.hpp.
Definition at line 761 of file point_types.hpp.
Definition at line 762 of file point_types.hpp.
Definition at line 763 of file point_types.hpp.
1.7.4