A point structure representing the principal curvatures and their magnitudes. More...
#include <point_types.hpp>
Public Attributes | |
| union { | |
| struct { | |
| float principal_curvature_x | |
| float principal_curvature_y | |
| float principal_curvature_z | |
| } | |
| float principal_curvature [3] | |
| }; | |
| float | pc1 |
| float | pc2 |
A point structure representing the principal curvatures and their magnitudes.
Definition at line 887 of file point_types.hpp.
| union { ... } |
Definition at line 899 of file point_types.hpp.
Definition at line 900 of file point_types.hpp.
Definition at line 891 of file point_types.hpp.
Definition at line 894 of file point_types.hpp.
Definition at line 895 of file point_types.hpp.
Definition at line 896 of file point_types.hpp.