Uses of Interface
org.apache.commons.geometry.core.Vector
Packages that use Vector
Package
Description
This package contains the core interfaces and classes for commons-geometry.
This is the top-level package for Euclidean geometry components.
This package contains Euclidean geometry utilities and classes intended
for internal use only.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of Vector in org.apache.commons.geometry.core
Classes in org.apache.commons.geometry.core with type parameters of type Vector -
Uses of Vector in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean that implement VectorModifier and TypeClassDescriptionclass
EuclideanVector<V extends EuclideanVector<V>>
Abstract base class for Euclidean vectors and points.class
Abstract base class for Euclidean vectors with two or more dimensions. -
Uses of Vector in org.apache.commons.geometry.euclidean.internal
Methods in org.apache.commons.geometry.euclidean.internal with parameters of type VectorModifier and TypeMethodDescriptionstatic double
Vectors.checkedNorm
(Vector<?> vec) Returns the vector's norm value, throwing anIllegalArgumentException
if the value is not real (ie, not NaN or infinite) or zero. -
Uses of Vector in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement VectorModifier and TypeClassDescriptionclass
This class represents vectors and points in one-dimensional Euclidean space.static final class
Represent unit vectors. -
Uses of Vector in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement VectorModifier and TypeClassDescriptionclass
This class represents vectors and points in three-dimensional Euclidean space.static final class
Represents unit vectors. -
Uses of Vector in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement VectorModifier and TypeClassDescriptionclass
This class represents vectors and points in two-dimensional Euclidean space.static final class
Represents unit vectors.