MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

creating animations (newbie)



Background: I am trying to create an animation from a linear
transformation of a polygon. I have gotten as far as creating an array
of graphics objects that I wish to animate. I can then use
ShowAnimation[] to animate them. The problem, however, is that the
transformation dialates the plane. Therefore, when I create a graphics
object using Polygon[], I would like the relative sizes of the polygons
to be correct, but they are all displayed at the same size (the x and y
ranges are adjusted so that the figure fills the entire graphics
object).

My question is this: how can I tell the Polygon[] or ShowAnimation[]
functions to draw the polygons so that the relative sizes are correct
(ie in the same x and y ranges)??  

Disclaimer:
Yes, this is for a class project. Yes, it is o.k. for me to recieve help
in creating the Mathematica code.

Thank you in advance.
-- 
Sincerely,
Barry J. Wark

"Imagination is more important than knowledge." -- Albert Einstein

Unite for Java! - http://www.javalobby.org



  • Prev by Date: How can I use Signal Processing 2.9.5 under Mathematica 3.0
  • Next by Date: Re: Wish list for next version
  • Prev by thread: Re: How can I use Signal Processing 2.9.5 under Mathematica 3.0
  • Next by thread: Is there a lowest Eigenvalues function around?