So, I'm using a special turtle graphics set of classes in Java (but they have all the regular commands: move, paint, turn, etc.). I'm trying to draw a six-point star (which is effectively two triangles).
Could anyone perhaps give some pseudo-code as to how I could draw the star? I understand how the graphics work, and I can calculate the angles of the points (they're 30 degrees) but I don't really get how I could put it all together...?