Uses of Class
org.evoludo.geom.NoninvertibleTransformException
Packages that use NoninvertibleTransformException
Package
Description
The geometric utilities for working with shapes and spatial relationships.
-
Uses of NoninvertibleTransformException in org.evoludo.geom
Methods in org.evoludo.geom that throw NoninvertibleTransformExceptionModifier and TypeMethodDescriptionAffineTransform.createInverse()Returns anAffineTransformobject representing the inverse transformation.voidAffineTransform.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 specifiedptSrcand stores the result inptDst.voidAffineTransform.invert()Sets this transform to the inverse of itself.