Uses of Interface
org.hipparchus.geometry.partitioning.SubHyperplane
Packages that use SubHyperplane
Package
Description
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides interfaces and classes related to the convex hull problem.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of SubHyperplane in org.hipparchus.geometry.euclidean.oned
Classes in org.hipparchus.geometry.euclidean.oned that implement SubHyperplane -
Uses of SubHyperplane in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement SubHyperplaneMethods in org.hipparchus.geometry.euclidean.threed that return SubHyperplaneModifier and TypeMethodDescriptionPolyhedronsSet.firstIntersection
(Vector3D point, Line line) Get the first sub-hyperplane crossed by a semi-infinite line. -
Uses of SubHyperplane in org.hipparchus.geometry.euclidean.twod
Classes in org.hipparchus.geometry.euclidean.twod that implement SubHyperplane -
Uses of SubHyperplane in org.hipparchus.geometry.hull
Classes in org.hipparchus.geometry.hull with type parameters of type SubHyperplaneModifier and TypeInterfaceDescriptioninterface
ConvexHull<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This class represents a convex hull.interface
ConvexHullGenerator<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> Interface for convex hull generators. -
Uses of SubHyperplane in org.hipparchus.geometry.partitioning
Classes in org.hipparchus.geometry.partitioning with type parameters of type SubHyperplaneModifier and TypeClassDescriptionclass
AbstractRegion<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> Abstract class for all regions, independently of geometry type or dimension.class
AbstractRegion<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> Abstract class for all regions, independently of geometry type or dimension.class
AbstractSubHyperplane<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> This class implements the dimension-independent parts ofSubHyperplane
.class
AbstractSubHyperplane<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> This class implements the dimension-independent parts ofSubHyperplane
.class
BoundaryAttribute<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> Class holding boundary attributes.class
BSPTree<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This class represent a Binary Space Partition tree.static interface
BSPTree.LeafMerger<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface gather the merging operations between a BSP tree leaf and another BSP tree.static interface
BSPTree.VanishingCutHandler<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface handles the corner cases when an internal node cut sub-hyperplane vanishes.interface
BSPTreeVisitor<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface is used to visitBSP tree
nodes.interface
Hyperplane<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface represents an hyperplane of a space.class
InteriorPointFinder<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> Finder for interior points.class
NodesSet<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> Set ofBSP tree
nodes.interface
Region<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface represents a region of a space as a partition.class
RegionFactory<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This class is a factory forRegion
.interface
SubHyperplane<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This interface represents the remaining parts of an hyperplane after other parts have been chopped off.static class
SubHyperplane.SplitSubHyperplane<U extends Space,
R extends Point<U, R>, F extends Hyperplane<U, R, F, J>, J extends SubHyperplane<U, R, F, J>> Class holding the results of thesplit
method.interface
Transform<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> This interface represents an inversible affine transform in a space.interface
Transform<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> This interface represents an inversible affine transform in a space.Classes in org.hipparchus.geometry.partitioning that implement SubHyperplaneModifier and TypeClassDescriptionclass
AbstractSubHyperplane<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>, T extends Space, Q extends Point<T, Q>, F extends Hyperplane<T, Q, F, J>, J extends SubHyperplane<T, Q, F, J>> This class implements the dimension-independent parts ofSubHyperplane
. -
Uses of SubHyperplane in org.hipparchus.geometry.spherical.oned
Classes in org.hipparchus.geometry.spherical.oned that implement SubHyperplane -
Uses of SubHyperplane in org.hipparchus.geometry.spherical.twod
Classes in org.hipparchus.geometry.spherical.twod that implement SubHyperplane