Uses of Package
org.apache.commons.geometry.core
-
Packages that use org.apache.commons.geometry.core Package Description org.apache.commons.geometry.core This package contains the core interfaces and classes for commons-geometry.org.apache.commons.geometry.core.internal This package contains utilities intended for internal use only.org.apache.commons.geometry.core.partitioning This package contains code related to partitioning of spaces by hyperplanes.org.apache.commons.geometry.core.partitioning.bsp This package contains classes related to Binary Space Partitioning (BSP) trees.org.apache.commons.geometry.euclidean This is the top-level package for Euclidean geometry components.org.apache.commons.geometry.euclidean.internal This package contains Euclidean geometry utilities and classes intended for internal use only.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.threed.line This package provides classes and utilities for lines in 3D Euclidean space.org.apache.commons.geometry.euclidean.threed.mesh This package contains types representing 3D mesh data structures.org.apache.commons.geometry.euclidean.threed.rotation This package provides components related to rotations in 3 dimensional Euclidean space.org.apache.commons.geometry.euclidean.threed.shape This package provides utilities for constructing basic 3D shapes.org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.euclidean.twod.path This package provides classes for working with connected sequences of line segments and other line subsets.org.apache.commons.geometry.euclidean.twod.rotation This package provides components related to rotations in 2 dimensional Euclidean space.org.apache.commons.geometry.euclidean.twod.shape This package provides utilities for constructing basic 2D shapes.org.apache.commons.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.core Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.core.internal Class Description Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.core.partitioning Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.core.partitioning.bsp Class Description Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.internal Class Description Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.oned Class Description Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.threed Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionEmbedding Interface representing a geometric element that embeds a region in a subspace.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.threed.line Class Description Embedding This interface defines mappings between a space and one of its subspaces.RegionEmbedding Interface representing a geometric element that embeds a region in a subspace.Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.threed.mesh Class Description Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.threed.rotation Class Description Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.threed.shape Class Description Region Interface representing a region in a space.Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.twod Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionEmbedding Interface representing a geometric element that embeds a region in a subspace.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.Vector Interface representing a vector in a vector space or displacement vectors in an affine space. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.twod.path Class Description Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.twod.rotation Class Description Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.euclidean.twod.shape Class Description Region Interface representing a region in a space.Sized Interface representing a geometric element with a size.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.spherical.oned Class Description Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e. -
Classes in org.apache.commons.geometry.core used by org.apache.commons.geometry.spherical.twod Class Description Embedding This interface defines mappings between a space and one of its subspaces.Point Interface representing a point in a mathematical space.Region Interface representing a region in a space.RegionEmbedding Interface representing a geometric element that embeds a region in a subspace.RegionLocation Enumeration containing the possible locations of a point with respect to a region.Sized Interface representing a geometric element with a size.Spatial Interface representing a generic element in a mathematical space.Transform Interface representing geometric transforms in a space, i.e.