Subversion Repositories gelsvn

Rev

Rev 149 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __HMESHUTIL_QUADRIC_SIMPLIFY__H
#define __HMESHUTIL_QUADRIC_SIMPLIFY__H

#include "HMesh/Manifold.h"

namespace HMesh
{
        void quadric_simplify(HMesh::Manifold& m, int max_work);
}
#endif