A-shape
A-shape is an iPad and iPhone app. It can allow you to create interesting shapes, with affine transformation.
We do an iteration:
We do an iteration:
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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment