Search:

Type: Posts; User: devingero95

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Fractal Triangle, Recursion to make children triangles

    Also, I got it all figured out, my private and public constructors were both supposed to be the same, and that was basically it. 3218

    3219

    Programs pretty fun.
  2. [SOLVED] Re: Fractal Triangle, Recursion to make children triangles

    I didn't mean any attitude haha.
  3. [SOLVED] Re: Fractal Triangle, Recursion to make children triangles

    Here's a video of what I'm trying to get it to act like,

    4P movie - YouTube

    I've gotten everything else to work, except adding the children.
  4. [SOLVED] Fractal Triangle, Recursion to make children triangles

    I have a FractalGUI and a FractalTriangle class. The FractalTriangle class is what does a lot of the work, it uses ATriangle(s) to make a triangle, and it uses recursion to draw three children...
Results 1 to 4 of 5