Uses of Interface
org.apache.commons.geometry.core.Spatial
Packages that use Spatial
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 provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of Spatial in org.apache.commons.geometry.core
Subinterfaces of Spatial in org.apache.commons.geometry.core -
Uses of Spatial in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean that implement SpatialModifier and TypeClassDescriptionclassEuclideanVector<V extends EuclideanVector<V>>Abstract base class for Euclidean vectors and points.classAbstract base class for Euclidean vectors with two or more dimensions. -
Uses of Spatial in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement SpatialModifier and TypeClassDescriptionclassThis class represents vectors and points in one-dimensional Euclidean space.static final classRepresent unit vectors. -
Uses of Spatial in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement SpatialModifier and TypeClassDescriptionfinal classClass representing spherical coordinates in 3 dimensional Euclidean space.classThis class represents vectors and points in three-dimensional Euclidean space.static final classRepresents unit vectors. -
Uses of Spatial in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement SpatialModifier and TypeClassDescriptionfinal classClass representing polar coordinates in 2 dimensional Euclidean space.classThis class represents vectors and points in two-dimensional Euclidean space.static final classRepresents unit vectors. -
Uses of Spatial in org.apache.commons.geometry.spherical.oned
Classes in org.apache.commons.geometry.spherical.oned that implement SpatialModifier and TypeClassDescriptionfinal classThis class represents a point on the 1-sphere, or in other words, an azimuth angle on a circle. -
Uses of Spatial in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement SpatialModifier and TypeClassDescriptionfinal classThis class represents a point on the 2-sphere.