#include <OpenTissue/configuration.h>
#include <OpenTissue/core/geometry/geometry_is_angle_obtuse.h>
#include <OpenTissue/core/geometry/geometry_is_triangle_obtuse.h>
#include <OpenTissue/core/geometry/geometry_angle_from_cot.h>
#include <OpenTissue/core/geometry/geometry_compute_area_mixed.h>
#include <OpenTissue/core/containers/mesh/polymesh/util/polymesh_is_boundary.h>
#include <OpenTissue/core/containers/mesh/polymesh/util/polymesh_is_vertex_neighbors_triangular.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/math/math_constants.h>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::polymesh |
Functions | |
template<typename mesh_type , typename real_type2 > | |
bool | OpenTissue::polymesh::compute_vertex_gaussian_curvature (PolyMeshVertex< mesh_type > const &v, real_type2 &Kg) |