Skip to main content

Scan Conversion(Circle) - Basic



Assignment 03.
1. Write a program to generate points from 90o to 45of a circle centred at the origin,
  • using the standard x2+y2=r2 circle equation, 
  • using the trigonometric functions x = r cos θ, y = r sin θ 
2. Use the circle's symmetric property to draw complete circles.

The file is available here Source.cpp
Thanks to a friend NNI 

Comments