Options for compute_principal_curvatures().
More...
#include <lagrange/polyddg/compute_principal_curvatures.h>
|
|
std::string_view | kappa_min_attribute = "@kappa_min" |
| | Output attribute name for the minimum principal curvature (scalar, per vertex).
|
| |
|
std::string_view | kappa_max_attribute = "@kappa_max" |
| | Output attribute name for the maximum principal curvature (scalar, per vertex).
|
| |
|
std::string_view | direction_min_attribute = "@principal_direction_min" |
| | Output attribute name for the principal direction of kappa_min (3-D vector, per vertex).
|
| |
|
std::string_view | direction_max_attribute = "@principal_direction_max" |
| | Output attribute name for the principal direction of kappa_max (3-D vector, per vertex).
|
| |
Options for compute_principal_curvatures().
The documentation for this struct was generated from the following file: