BoundsIntegrator in another visulization
in
Programming Questions
•
1 years ago
I found the BoundsIntegrator.java from Ben Fry's book. The animation between two zooms seem good. Can I apply this kind of zooming action to other visualization?
I have initial coordinate of a rectangle (x,y,width,height) and want it to be in new coordinate (x1,y1,width1,height1).
Cause I'm a little confused about how Ben did it, I'm not sure how to implement it.
1