d2-sbasis.cpp revision 89a2f8911d2396baee411658e906edef22cde4ce
#include "d2.h"
/* One would think that we would include d2-sbasis.h, however,
* you cannot actually include it in anything - only d2 may import it.
* This is due to the trickinesses of template submatching. */
namespace Geom {
}
}
}
}
//TODO: Is this sensical? shouldn't it be like pythagorean or something?
}
for(unsigned i = 0; i < x.size(); i++)
return ret;
}
for(unsigned d = 0; d < 2; d++) {
for(unsigned i = 0; i < a.size(); i++)
}
return ret;
}
if (M.empty()) return M;
for (unsigned i=0; i<M.size(); i++){
}
return result;
}
}
return result;
}
for (unsigned i=0; i<a.size(); i++){
}
return result;
}
for (unsigned i = 0; i < a.size(); i++) {
}
return result;
}
//if tol>0, only force continuity where the jump is smaller than tol.
double tol,
bool closed){
if (f.size()==0) return f;
} else {
prev_sb[0][1] = c;
}
} else {
cur_sb[0][0] = c;
}
}
}
}
return result;
}
}