Uses of Class
org.apache.commons.geometry.euclidean.EuclideanVector
Packages that use EuclideanVector
Package
Description
This is the top-level package for Euclidean geometry components.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of EuclideanVector in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean with type parameters of type EuclideanVectorModifier and TypeClassDescriptionclassAbstractAffineTransformMatrix<V extends EuclideanVector<V>, M extends AbstractAffineTransformMatrix<V,M>> Base class for affine transform matrices in Euclidean space.classAbstractBounds<P extends EuclideanVector<P>, B extends AbstractBounds<P,B>> Base class representing an axis-aligned bounding box with minimum and maximum bounding points.classAbstractLinecastPoint<P extends EuclideanVector<P>, U extends P, L extends Embedding<P,Vector1D>> Base class for intersections discovered during linecast operations.classAbstractNSphere<V extends EuclideanVector<V>>Abstract base class representing an n-sphere, which is a generalization of the ordinary 3 dimensional sphere to arbitrary dimensions.interfaceEuclideanTransform<V extends EuclideanVector<V>>Interface representing affine transforms in Euclidean space.classEuclideanVector<V extends EuclideanVector<V>>Abstract base class for Euclidean vectors and points.classEuclideanVectorSum<V extends EuclideanVector<V>>Class representing a sum of Euclidean vectors.Subclasses of EuclideanVector in org.apache.commons.geometry.euclideanModifier and TypeClassDescriptionclassAbstract base class for Euclidean vectors with two or more dimensions.Fields in org.apache.commons.geometry.euclidean declared as EuclideanVectorModifier and TypeFieldDescriptionprivate final VAbstractNSphere.centerThe center point of the n-sphere.private final PAbstractBounds.maxMaximum point.private final PAbstractBounds.minMinimum point.private final UAbstractLinecastPoint.normalNormal of the target boundary at the intersection point.private final PAbstractLinecastPoint.pointLine intersection point. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.oned
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.onedModifier and TypeClassDescriptionclassThis class represents vectors and points in one-dimensional Euclidean space.static final classRepresent unit vectors. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.threed
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescriptionclassThis class represents vectors and points in three-dimensional Euclidean space.static final classRepresents unit vectors. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.twod
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.twodModifier and TypeClassDescriptionclassThis class represents vectors and points in two-dimensional Euclidean space.static final classRepresents unit vectors.