コード例 #1
0
    //inistalizes our formula class and get the components needed
    void setValues()
    {
        myFilter = GetComponent<MeshFilter> ();

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