Updated License Headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@736 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*===========================================================================*\
|
||||
* *
|
||||
* OpenMesh *
|
||||
* Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen *
|
||||
* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
|
||||
* www.openmesh.org *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
@@ -127,7 +127,7 @@ protected:
|
||||
double operator()(void) // Loop weights for non-boundary vertices
|
||||
{
|
||||
// 1 3 2 * pi
|
||||
// - * ( --- + cos ( ------- ) )<29> - 1.0
|
||||
// - * ( --- + cos ( ------- ) )<29> - 1.0
|
||||
// 2 2 valence
|
||||
double f1 = 1.5 + cos(2.0*M_PI/val_++);
|
||||
return 0.5 * f1 * f1 - 1.0;
|
||||
|
||||
Reference in New Issue
Block a user