Assignment 03.
1. Write a program to generate points from 90o to 45o of a circle centred at the origin,
- using the standard x2+y2=r2 circle equation,
- using the trigonometric functions x = r cos θ, y = r sin θ
The file is available here Source.cpp
Thanks to a friend NNI
Comments
Post a Comment