Uses of Interface
org.apache.commons.geometry.core.Embedding
-
Packages that use Embedding Package Description org.apache.commons.geometry.core This package contains the core interfaces and classes for commons-geometry.org.apache.commons.geometry.core.partitioning This package contains code related to partitioning of spaces by hyperplanes.org.apache.commons.geometry.euclidean This is the top-level package for Euclidean 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.twod This package provides basic 2D geometry components.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Embedding in org.apache.commons.geometry.core
Subinterfaces of Embedding in org.apache.commons.geometry.core Modifier and Type Interface Description interface
RegionEmbedding<P extends Point<P>,S extends Point<S>>
Interface representing a geometric element that embeds a region in a subspace. -
Uses of Embedding in org.apache.commons.geometry.core.partitioning
Subinterfaces of Embedding in org.apache.commons.geometry.core.partitioning Modifier and Type Interface Description interface
EmbeddingHyperplane<P extends Point<P>,S extends Point<S>>
Hyperplane that also embeds a subspace. -
Uses of Embedding in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean with type parameters of type Embedding Modifier and Type Class Description class
AbstractLinecastPoint<P extends EuclideanVector<P>,U extends P,L extends Embedding<P,Vector1D>>
Base class for intersections discovered during linecast operations.Fields in org.apache.commons.geometry.euclidean declared as Embedding Modifier and Type Field Description private L
AbstractLinecastPoint. line
The intersecting line.Methods in org.apache.commons.geometry.euclidean with type parameters of type Embedding Modifier and Type Method Description protected <L extends Embedding<V,Vector1D>>
VAbstractNSphere. firstIntersection(L line, java.util.function.ToDoubleBiFunction<L,V> abscissaFn, java.util.function.ToDoubleBiFunction<L,V> distanceFn)
Internal method to compute the first intersection between a line and this instance.protected <L extends Embedding<V,Vector1D>>
java.util.List<V>AbstractNSphere. intersections(L line, java.util.function.ToDoubleBiFunction<L,V> abscissaFn, java.util.function.ToDoubleBiFunction<L,V> distanceFn)
Internal method to compute the intersections between a line and this instance. -
Uses of Embedding in org.apache.commons.geometry.euclidean.threed
Subinterfaces of Embedding in org.apache.commons.geometry.euclidean.threed Modifier and Type Interface Description static interface
PlaneConvexSubset.Embedded
Interface used to represent plane convex subsets as embedded 2D subspace regions.static interface
PlaneSubset.Embedded
Interface used to represent plane subsets as embedded 2D subspace regions.Classes in org.apache.commons.geometry.euclidean.threed that implement Embedding Modifier and Type Class Description (package private) class
AbstractEmbeddedRegionPlaneSubset
Base class forPlaneSubset
implementations that use an embedded subspace region to define their plane subsets.(package private) class
EmbeddedAreaPlaneConvexSubset
Internal implementation ofPlaneConvexSubset
that uses an embeddedConvexArea
to represent the subspace region.class
EmbeddedTreePlaneSubset
Class representing an arbitrary subset of a plane using aRegionBSPTree2D
.class
EmbeddingPlane
Extension of thePlane
class that supports embedding of 2D subspaces in the plane. -
Uses of Embedding in org.apache.commons.geometry.euclidean.threed.line
Classes in org.apache.commons.geometry.euclidean.threed.line that implement Embedding Modifier and Type Class Description class
EmbeddedTreeLineSubset3D
Class representing an arbitrary subset of a line in 3D Euclidean space using aRegionBSPTree1D
.class
Line3D
Class representing a line in 3D space.class
LineConvexSubset3D
Class representing a convex subset of a line in 3D Euclidean space.(package private) class
LineSpanningSubset3D
Class representing the span of a line in 3D Euclidean space.class
LineSubset3D
Class representing a subset of a line in 3D Euclidean space.class
Ray3D
Class representing a ray in 3D Euclidean space.class
ReverseRay3D
Class representing a portion of a line in 3D Euclidean space that starts at infinity and continues in the direction of the line up to a single end point.class
Segment3D
Class representing a line segment in 3D Euclidean space. -
Uses of Embedding in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement Embedding Modifier and Type Class Description class
EmbeddedTreeLineSubset
Class representing an arbitrary subset of a line using aRegionBSPTree1D
.class
Line
This class represents an oriented line in the 2D plane.class
LineConvexSubset
Class representing a convex subset of a line in 2D Euclidean space.(package private) class
LineSpanningSubset
Class representing the span of a line in 2D Euclidean space.class
LineSubset
Class representing a subset of points on a line in 2D Euclidean space.class
Ray
Class representing a ray in 2D Euclidean space.class
ReverseRay
Class representing a portion of a line in 2D Euclidean space that starts at infinity and continues in the direction of the line up to a single end point.class
Segment
Class representing a line segment in 2D Euclidean space. -
Uses of Embedding in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement Embedding Modifier and Type Class Description class
EmbeddedTreeGreatCircleSubset
Class representing an arbitrary subset of the points on a great circle using aRegionBSPTree1S
.class
GreatArc
Class representing a single, convex angular interval in aGreatCircle
.class
GreatCircle
Class representing a great circle on the 2-sphere.class
GreatCircleSubset
Class representing a subset of the points in a great circle.
-