Uses of Class
com.irurueta.geometry.Transformation2D
Packages that use Transformation2D
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of Transformation2D in com.irurueta.geometry
Subclasses of Transformation2D in com.irurueta.geometryModifier and TypeClassDescriptionclassThis class performs affine transformations on 2D space.classThis class performs Euclidean transformations on 2D space.classThis class performs metric transformations on 2D space.classThis class performs projective transformations on 2D space.Methods in com.irurueta.geometry that return Transformation2DModifier and TypeMethodDescriptionAffineTransformation2D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.EuclideanTransformation2D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.MetricTransformation2D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.ProjectiveTransformation2D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.