Everything needed is posted here!
Solar System assignment
I would like to see:
- at least three objects rotating at different speeds around a fixed point on the screen
- at least one of those objects must itself be visibly rotating around it’s own center
- at least one of the three objects needs to have at least one object rotating around it
- lots of useful comments; at minimum, you should have :
- your name
- your netID
- the project/assignment
- the date completed
- Write and test your code.
Submit your code as a formatted *.txt file
Happy Everywhere Assignment
-
- Create a function that draws an object
- The object should consist of at least 5 shapes
- Affine transforms should be used
- The function should have at least 5 parameters
- Two of the parameters should be for position (x,y)
- The remaining parameters should be used to control other aspects of the object
- use no more than one parameter for color (if you use color at all)
- Call the function with random arguments inside the draw() function
- Use comments liberally; at minimum, you should have :
- your name
- your netID
- the project/assignment
- the date completed
- Test your code
Submit your code as a formatted *.txt file
- Create a function that draws an object


0 comments