vcglib/vcg
Paolo Cignoni d7af2e62b3 Significant changes to the simplification/optimization framework:
* TriEdgeCollapse is no more multiply derived but it get its "work on two vertex" behavior from a template parameter called VertexPair.
* EdgeCollapse is no more a class devoted to the simplification but it has been renamed as EdgeCollapser and it is a static class templates over a generic <VertexPair> that offer methods to perform Edge Collapses.
* cleaned up the parameter passing method for local optimization classes (and added a baseParameterClass from which every local optimization method must subclass its own parameters)
2011-05-20 15:12:09 +00:00
..
complex Significant changes to the simplification/optimization framework: 2011-05-20 15:12:09 +00:00
connectors added useful he functions 2010-12-15 22:38:36 +00:00
container version that should work with synamic linked libraries (to be tested) 2010-06-21 15:52:18 +00:00
math add a method to roto-translate the camera frame 2011-05-19 16:28:51 +00:00
simplex missing const in edge adj access 2011-05-10 21:56:15 +00:00
space added missing Abs(Point2) 2011-05-12 09:52:34 +00:00