Uses of Class
org.apache.commons.geometry.euclidean.EuclideanVector
-
Packages that use EuclideanVector 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.twod 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 EuclideanVector Modifier and Type Class Description classAbstractAffineTransformMatrix<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.euclidean Modifier and Type Class Description classMultiDimensionalEuclideanVector<V extends MultiDimensionalEuclideanVector<V>>Abstract base class for Euclidean vectors with two or more dimensions.Fields in org.apache.commons.geometry.euclidean declared as EuclideanVector Modifier and Type Field Description private VAbstractNSphere. centerThe center point of the n-sphere.private PAbstractBounds. maxMaximum point.private PAbstractBounds. minMinimum point.private UAbstractLinecastPoint. normalNormal of the target boundary at the intersection point.private PAbstractLinecastPoint. pointLine intersection point. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.oned
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.oned Modifier and Type Class Description classVector1DThis class represents vectors and points in one-dimensional Euclidean space.static classVector1D.UnitRepresent unit vectors. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.threed
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.threed Modifier and Type Class Description classVector3DThis class represents vectors and points in three-dimensional Euclidean space.static classVector3D.UnitRepresents unit vectors. -
Uses of EuclideanVector in org.apache.commons.geometry.euclidean.twod
Subclasses of EuclideanVector in org.apache.commons.geometry.euclidean.twod Modifier and Type Class Description classVector2DThis class represents vectors and points in two-dimensional Euclidean space.static classVector2D.UnitRepresents unit vectors.
-