math.geom2d.transform
Interface Bijection2D
-
- All Superinterfaces:
- Transform2D
- All Known Implementing Classes:
- AffineTransform2D, CircleInversion2D
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Bijection2Dinvert()-
Methods inherited from interface math.geom2d.transform.Transform2D
transform, transform
-
-
-
-
Method Detail
-
invert
Bijection2D invert()
-
-
DMelt 3.0 © DataMelt by jWork.ORG