#include <vector>
Include dependency graph for bmesh_curvature.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BMESHcurvature_data |
Computes curvature data for a BMESH object. More... | |
struct | BMESHcurvature_data::corner_areas_t |
Stores "Voronoi" corner area values for a single face in a mesh. More... | |
struct | BMESHcurvature_data::curv_tensor_t |
Stores the three unique values of a 2x2 curvature tensor. More... | |
struct | BMESHcurvature_data::dcurv_tensor_t |
Stores the four unique values of a 2x2x2 curvature derivative tensor. More... | |
struct | BMESHcurvature_data::diag_curv_t |
Stores the results of diagonalizing a curvature tensor for a vertex. Specifically it stores the principal curvatures and directions for a vertex. More... |
Definition in file bmesh_curvature.H.