Fixed documentation warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@578 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -259,11 +259,12 @@ public:
|
||||
* Call request_face_normals() and request_halfedge_normals() before using it!
|
||||
*
|
||||
* @param _heh Handle of the halfedge
|
||||
* @param _feature_angle If the dihedral angle across this edge is greater than this value, the edge is considered as a feature edge (angle in radians)
|
||||
*/
|
||||
virtual Normal calc_halfedge_normal(HalfedgeHandle _heh, const double _feature_angle = 0.8) const;
|
||||
|
||||
|
||||
/** identifies feature edges w.r.t. the minimal dihedral angle for feautre edges (in radians) */
|
||||
/** identifies feature edges w.r.t. the minimal dihedral angle for feature edges (in radians) */
|
||||
/** and the status feature tag */
|
||||
bool is_estimated_feature_edge(HalfedgeHandle _heh, const double _feature_angle) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user