Uses of Interface
org.apache.commons.geometry.core.RegionEmbedding
-
Packages that use RegionEmbedding Package Description 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 RegionEmbedding in org.apache.commons.geometry.euclidean.threed
Subinterfaces of RegionEmbedding in org.apache.commons.geometry.euclidean.threed Modifier and Type Interface Description static interfacePlaneConvexSubset.EmbeddedInterface used to represent plane convex subsets as embedded 2D subspace regions.static interfacePlaneSubset.EmbeddedInterface used to represent plane subsets as embedded 2D subspace regions.Classes in org.apache.commons.geometry.euclidean.threed that implement RegionEmbedding Modifier and Type Class Description (package private) classAbstractEmbeddedRegionPlaneSubsetBase class forPlaneSubsetimplementations that use an embedded subspace region to define their plane subsets.(package private) classEmbeddedAreaPlaneConvexSubsetInternal implementation ofPlaneConvexSubsetthat uses an embeddedConvexAreato represent the subspace region.classEmbeddedTreePlaneSubsetClass representing an arbitrary subset of a plane using aRegionBSPTree2D. -
Uses of RegionEmbedding in org.apache.commons.geometry.euclidean.threed.line
Classes in org.apache.commons.geometry.euclidean.threed.line that implement RegionEmbedding Modifier and Type Class Description classEmbeddedTreeLineSubset3DClass representing an arbitrary subset of a line in 3D Euclidean space using aRegionBSPTree1D.classLineConvexSubset3DClass representing a convex subset of a line in 3D Euclidean space.(package private) classLineSpanningSubset3DClass representing the span of a line in 3D Euclidean space.classLineSubset3DClass representing a subset of a line in 3D Euclidean space.classRay3DClass representing a ray in 3D Euclidean space.classReverseRay3DClass 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.classSegment3DClass representing a line segment in 3D Euclidean space. -
Uses of RegionEmbedding in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement RegionEmbedding Modifier and Type Class Description classEmbeddedTreeLineSubsetClass representing an arbitrary subset of a line using aRegionBSPTree1D.classLineConvexSubsetClass representing a convex subset of a line in 2D Euclidean space.(package private) classLineSpanningSubsetClass representing the span of a line in 2D Euclidean space.classLineSubsetClass representing a subset of points on a line in 2D Euclidean space.classRayClass representing a ray in 2D Euclidean space.classReverseRayClass 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.classSegmentClass representing a line segment in 2D Euclidean space. -
Uses of RegionEmbedding in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement RegionEmbedding Modifier and Type Class Description classEmbeddedTreeGreatCircleSubsetClass representing an arbitrary subset of the points on a great circle using aRegionBSPTree1S.classGreatArcClass representing a single, convex angular interval in aGreatCircle.classGreatCircleSubsetClass representing a subset of the points in a great circle.
-