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.private <R extends AbstractConvexHyperplaneBoundedRegion<P,
S>>
Split<R> AbstractConvexHyperplaneBoundedRegion.splitInternalFull
(Hyperplane<P> splitter, Class<S> boundaryType, Function<? super List<S>, R> factory) Internal split method for use with full regions, i.e.private <R extends AbstractConvexHyperplaneBoundedRegion<P,
S>>
Split<R> AbstractConvexHyperplaneBoundedRegion.splitInternalNonFull
(Hyperplane<P> splitter, R thisInstance, Class<S> boundaryType, Function<? super List<S>, R> factory) Internal split method for use with non-full regions, i.e.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 TypeClassDescriptionclass
Class 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 class
Class representing parallelepipeds, i.e. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.euclidean.twod
Modifier and TypeClassDescriptionclass
Class 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 class
Class representing parallelograms, i.e. -
Uses of AbstractConvexHyperplaneBoundedRegion in org.apache.commons.geometry.spherical.twod
Modifier and TypeClassDescriptionfinal class
Class representing a convex area in 2D spherical space.