This app is finally in App Store again.
This time it works on both iPad and iPhone.
The UI has been altered to look more "modern".
It's free for now.
No reason not to enjoy A-shape.
Feedbacks are certainly welcome.
for i = 0 to Total Objects
xs = X
ys = Y
x = xs * R * cos(teta) - ys * S * sin(psi) + E
y = xs * R * sin(teta) - ys * S * cos(psi) + F
Object's size = Total Objects - i
Draw the object at coordinate (x,y)
Rotate the object by Rotation Increment
end
No comments:
Post a Comment