Subversion Repositories gelsvn

Rev

Rev 182 | Rev 362 | Go to most recent revision | 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, double singular_thresh=0.0001, bool relocate_origin=true);
}
#endif