//inistalizes our formula class and get the components needed
    void setValues()
    {
        myFilter = GetComponent<MeshFilter> ();

        formulaClass = new SuperFormula (a, b, m, n1, n2, n3);
    }
 //inistalizes our formula class and get the components needed
 void setValues()
 {
     formula = new SuperFormula (a, b, m, n1, n2, n3);
 }