Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.17 KB

ComputerGraphics101

This is my project assignment for computer graphics 101 lesson. You can draw axis, and triangles as you wish.

Also you can reflect and rotate the triangle. Reflecting and rotations are based by matrix calculations.

Usage:

  • Draw Axis Button: You can draw axis and grid system by clicking this button.
  • Draw Triangle Button: You can draw triangle with this button. You can enter the points of triangle to inputfield. If you don't program will be draw the default triangle
  • Reflect (X) Button:It reflects on the x-axis the drawen triangle
  • Reflect (Y) Button:It reflects on the y-axis the drawen triangle
  • Translate Button: You can rotate your triangle by clicking this button. You have to enter a valid degree to input area. You can make faded the last rotated triangle by clicking X button under the degree inputfield.

Screenshots: