in reply to Creating a circle in a data structure
If you intend to draw circles and you get ovals, check to make sure that your pixels are square, and that the X and Y axes of your graphics system have the same scale factors. To check this, draw a square first. That way you won't have trigonometric problems or rounding problems while you verify your graphical coordinate system.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Creating a circle in a data structure
by Joost (Canon) on May 28, 2007 at 12:42 UTC |