Another question about better arrangement in circle.
If I place items in circle and scale them like this
this._x = Math.cos(this.angle) * radiusX + centerX;
this._y = Math.sin(this.angle) * radiusY + centerY;
var s = (this._y ) /(centerY+radiusY);
this._xscale = this._yscale = s*100;
Is it possible to have equal distance between items? I should change
angle depending on real scale that they have but I don’t understand
how to do that.
Thank you if anybody can explain this mathematics.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders