Uses of Class
org.evoludo.geom.NoninvertibleTransformException
Packages that use NoninvertibleTransformException
-
Uses of NoninvertibleTransformException in org.evoludo.geom
Methods in org.evoludo.geom that throw NoninvertibleTransformExceptionModifier and TypeMethodDescriptionAffineTransform.createInverse()
Returns anAffineTransform
object representing the inverse transformation.void
AffineTransform.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Inverse transforms an array of double precision coordinates by this transform.AffineTransform.inverseTransform
(Point2D ptSrc, Point2D ptDst) Inverse transforms the specifiedptSrc
and stores the result inptDst
.void
AffineTransform.invert()
Sets this transform to the inverse of itself.