Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Operators |
|
|
template<typename FaceGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< FaceGraph >> |
boost::property_traits< PointMap >::value_type | FEVV::Operators::vertex_one_ring_angles_based_centroid (typename boost::graph_traits< FaceGraph >::vertex_descriptor v, const FaceGraph &g, const PointMap &pm, const typename GeometryTraits::Scalar smoothing_factor, const GeometryTraits >) |
| Angle-based smoothing of the vertex' one ring of vertex positions. Increases the min angle and decreases the max angle. More...
|
|