|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transform2D
general class for all transformation in the plane, linear or not linear.
Method Summary | |
---|---|
Point2D |
transform(Point2D src)
Transforms a point |
Point2D[] |
transform(Point2D[] src,
Point2D[] dst)
Transforms an array of points, and returns the transformed points. |
Method Detail |
---|
Point2D transform(Point2D src)
Point2D[] transform(Point2D[] src, Point2D[] dst)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |