Uses of Class
com.irurueta.geometry.Transformation3D
Packages that use Transformation3D
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 Transformation3D in com.irurueta.geometry
Subclasses of Transformation3D in com.irurueta.geometryModifier and TypeClassDescriptionclassThis class performs affine transformations on 3D space.classThis class performs Euclidean transformations on 3D space.classThis class performs metric transformations on 3D space.classThis class performs projective transformations on 2D space.Methods in com.irurueta.geometry that return Transformation3DModifier and TypeMethodDescriptionAffineTransformation3D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.EuclideanTransformation3D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.MetricTransformation3D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.ProjectiveTransformation3D.inverseAndReturnNew()Computes the inverse of this transformation and returns the result as a new transformation instance.