Package math.geom2d.transform

Package class diagram package math.geom2d.transform
Contains interface hierarchy for planar transforms, and implementations for specialized transforms.

See:
          Description

Interface Summary
Bijection2D Interface for all bijective transformations in the euclidean plane.
Projection2D interface for projections in the plane : projections on a line, on a circle, ...
Transform2D general class for all transformation in the plane, linear or not linear.
 

Class Summary
AffineTransform2D Deprecated. use math.geom2d.AffineTransform2D instead (0.7.0)
CircleInversion2D circle inversion : performs a bijection between points outside the circle and points inside the circle.
CircleProjection2D basic projection on a circle, starting from the center.
LineProjection2D orthogonal projection on a line.
 

Package math.geom2d.transform Description

Contains interface hierarchy for planar transforms, and implementations for specialized transforms. The class AffineTransform2D is contained in the main package math.geom2d.



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.