Skip to content
Snippets Groups Projects
Commit 2bd293a8 authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

repair

parent f4b194ac
No related branches found
No related tags found
No related merge requests found
......@@ -118,23 +118,6 @@ struct swapquad{
std::sort(v, v + 4);
}
};
class Temporary{
private :
static double w1,w2,w3;
static std::vector<SVector3> gradients;
void read_data(std::string);
static SVector3 compute_normal(MElement*);
static SVector3 compute_other_vector(MElement*);
static SVector3 compute_gradient(MElement*);
public :
Temporary();
~Temporary();
void quadrilaterize(std::string,double,double,double);
static double compute_total_cost(double,double);
static void select_weights(double,double,double);
static double compute_alignment(const MEdge&,MElement*,MElement*);
};
struct RecombineTriangle
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment