Skip to content

Instantly share code, notes, and snippets.

@migerh
Created April 25, 2013 05:44
Show Gist options
  • Save migerh/5457753 to your computer and use it in GitHub Desktop.
Save migerh/5457753 to your computer and use it in GitHub Desktop.
bug?
public AlgoImplicitPolyFunction(Construction c, String label,GeoFunctionNVar func) {
super(c);
function=func;
implicitPoly = new GeoImplicitPoly(cons);
setInputOutput();
compute();
implicitPoly.setLabel(label);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment