Uses of Class
org.apache.commons.geometry.core.partitioning.AbstractConvexHyperplaneBoundedRegion
Packages that use AbstractConvexHyperplaneBoundedRegion
Package
Description
This package contains code related to partitioning of spaces by hyperplanes.
This package provides basic 3D geometry components.
This package provides utilities for constructing basic 3D shapes.
This package provides basic 2D geometry components.
This package provides utilities for constructing basic 2D shapes.
This package provides basic geometry components on the 2-sphere.
-
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.core.partitioning
Methods in org.apache.commons.geometry.core.partitioning with type parameters of type AbstractConvexHyperplaneBoundedRegionModifier and TypeMethodDescriptionprotected <R extends AbstractConvexHyperplaneBoundedRegion<P,S>>
Split<R> AbstractConvexHyperplaneBoundedRegion.splitInternal(Hyperplane<P> splitter, R thisInstance, Class<S> boundaryType, Function<List<S>, R> factory) Generic, internal split method.protected <R extends AbstractConvexHyperplaneBoundedRegion<P,S>>
RAbstractConvexHyperplaneBoundedRegion.transformInternal(Transform<P> transform, R thisInstance, Class<S> boundaryType, Function<? super List<S>, R> factory) Generic, internal transform method. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.threed
Modifier and TypeClassDescriptionclassClass representing a finite or infinite convex volume in Euclidean 3D space. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.threed.shape
Subclasses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.threed.shapeModifier and TypeClassDescriptionfinal classClass representing parallelepipeds, i.e. 3 dimensional figures formed by six parallelograms. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.twod
Modifier and TypeClassDescriptionclassClass representing a finite or infinite convex area in Euclidean 2D space. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.twod.shape
Subclasses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.twod.shapeModifier and TypeClassDescriptionfinal classClass representing parallelograms, i.e. quadrilaterals with two pairs of parallel sides. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.spherical.twod
Modifier and TypeClassDescriptionfinal classClass representing a convex area in 2D spherical space.