Point2D table from Line2D

I need to animate a plane on the line between two points to do so i thought i need a table of Point2D obj. from taht line and to calculate the angle of rotation of the picture.Anybody saw something like that?Many thanks
[233 byte] By [mchmiel21a] at [2007-10-2 6:14:14]
# 1
Look at the class called PathIterator, which breaks a line (straight or curved) into a set of points and lets you iterate over them.
jvaudrya at 2007-7-16 13:15:42 > top of Java-index,Security,Cryptography...