math.geom2d.transform
Interface Bijection2D
- All Superinterfaces:
- Transform2D
- All Known Implementing Classes:
- AffineTransform2D, AffineTransform2D
public interface Bijection2D
- extends Transform2D
Interface for all bijective transformations in the euclidean plane. A
transformation is a bijection if there is a direct relation from sources to
output. In this case, this means we can find the inverse transformation for
each bijection.
getInverseTransform
Bijection2D getInverseTransform()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.