Now i draw pictures in circle by formula :
float x = CIRCLE_RADIUS * (float) Math.sin(2f * Math.PI * drawSquareIndex / ITEMS_COUNT + angle) * 1.75f;
where x - is a X point of circle item.
And i have a circle.
but i want to draw pictures on ellipse. What the formula i need to use?
How i can do that?
P.S. sorry about quality. Make a question from phone.