hypesystem

GD - Output

Nov 1st, 2011
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ==SHAPE FUNCTIONALITY==
  2.  
  3. 3 shapes: Circle(1), Rectangle(2,5), Triangle(3,4,5):
  4. Circumference: 6.283185307179586
  5. Circumference: 14.0
  6. Circumference: 12.0
  7. Press any key ...
  8.  
  9.  
  10. Composite shape consisting of same shapes:
  11. Composite circ: 32.283185307179586
  12. Press any key ...
  13.  
  14.  
  15. Composite shape consisting of composite above and an additional triangle from above:
  16. Composite circ: 44.283185307179586
  17. Simple shapes: 4
  18. Press any key ...
  19.  
  20.  
  21. == MOVABLE SHAPES==
  22.  
  23. Moved object gd.Triangle@1fae3c6 from 1,1 to 11,1.
  24. Moved object gd.Rectangle@7ffe01 from 1,5 to 11,5.
  25. Moved object gd.Circle@fd13b5 from 5,1 to 15,1.
  26. Press any key ...
  27.  
  28. Next: Drawing to GUI
  29. Press any key ...
  30.  
  31. Next: Drawing to GUI and moving
  32. Press any key ...
  33.  
  34. BUILD SUCCESSFUL (total time: 27 seconds)
Advertisement
Add Comment
Please, Sign In to add comment