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 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PrincipalCurvatures &p) |
A point structure representing the principal curvatures and their magnitudes.
Definition at line 1088 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PrincipalCurvatures & | p | ||
) | [friend] |
union { ... } |
Definition at line 1100 of file point_types.hpp.
Definition at line 1101 of file point_types.hpp.
Definition at line 1092 of file point_types.hpp.
Definition at line 1095 of file point_types.hpp.
Definition at line 1096 of file point_types.hpp.
Definition at line 1097 of file point_types.hpp.