Uses of Interface
org.apache.commons.geometry.euclidean.EuclideanTransform
-
Packages that use EuclideanTransform Package Description org.apache.commons.geometry.euclidean This is the top-level package for Euclidean geometry components.org.apache.commons.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.threed.rotation This package provides components related to rotations in 3 dimensional Euclidean space.org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.euclidean.twod.rotation This package provides components related to rotations in 2 dimensional Euclidean space. -
-
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean that implement EuclideanTransform Modifier and Type Class Description class
AbstractAffineTransformMatrix<V extends EuclideanVector<V>,M extends AbstractAffineTransformMatrix<V,M>>
Base class for affine transform matrices in Euclidean space. -
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement EuclideanTransform Modifier and Type Class Description class
AffineTransformMatrix1D
Class using a matrix to represent affine transformations in 1 dimensional Euclidean space. -
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement EuclideanTransform Modifier and Type Class Description class
AffineTransformMatrix3D
Class using a matrix to represent affine transformations in 3 dimensional Euclidean space. -
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean.threed.rotation
Subinterfaces of EuclideanTransform in org.apache.commons.geometry.euclidean.threed.rotation Modifier and Type Interface Description interface
Rotation3D
Interface representing a generic rotation in 3-dimensional Euclidean space.Classes in org.apache.commons.geometry.euclidean.threed.rotation that implement EuclideanTransform Modifier and Type Class Description class
QuaternionRotation
Class using a unit-length quaternion to represent rotations in 3-dimensional Euclidean space. -
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement EuclideanTransform Modifier and Type Class Description class
AffineTransformMatrix2D
Class using a matrix to represent affine transformations in 2 dimensional Euclidean space. -
Uses of EuclideanTransform in org.apache.commons.geometry.euclidean.twod.rotation
Classes in org.apache.commons.geometry.euclidean.twod.rotation that implement EuclideanTransform Modifier and Type Class Description class
Rotation2D
Class representing a rotation in 2 dimensional Euclidean space.
-