Solar System using Circle formula in computer Graphics.
Computer Graphics Assignment implementing solar system via coding circle formula.
ANGLE CALCULATING FORMULAS
x=(dist*cos(theta*PI) + sin(theta*PI))+350;
y=(dist*sin(theta*PI)+cos(theta*PI))+350;
No comments:
Post a Comment