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 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 Spatial in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement SpatialModifier and TypeClassDescriptionclass
This class represents vectors and points in one-dimensional Euclidean space.static final class
Represent 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 class
Class representing spherical coordinates in 3 dimensional Euclidean space.class
This class represents vectors and points in three-dimensional Euclidean space.static final class
Represents 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 class
Class representing polar coordinates in 2 dimensional Euclidean space.class
This class represents vectors and points in two-dimensional Euclidean space.static final class
Represents 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 class
This 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 class
This class represents a point on the 2-sphere.