Uses of Interface
org.hipparchus.geometry.partitioning.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 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
ModifierConstructorDescriptionIntervalsSet
(Collection<SubHyperplane<Euclidean1D>> boundary, double tolerance) Build an intervals set from a Boundary REPresentation (B-rep). -
Uses of SubHyperplane in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionPolyhedronsSet.firstIntersection
(Vector3D point, Line line) Get the first sub-hyperplane crossed by a semi-infinite line.ModifierConstructorDescriptionPolyhedronsSet
(Collection<SubHyperplane<Euclidean3D>> boundary, double tolerance) Build a polyhedrons set from a Boundary REPresentation (B-rep) specified by sub-hyperplanes. -
Uses of SubHyperplane in org.hipparchus.geometry.euclidean.twod
ModifierConstructorDescriptionPolygonsSet
(Collection<SubHyperplane<Euclidean2D>> boundary, double tolerance) Build a polygons set from a Boundary REPresentation (B-rep). -
Uses of SubHyperplane in org.hipparchus.geometry.partitioning
Modifier and TypeClassDescriptionclass
AbstractSubHyperplane<S extends Space,
T extends Space> This class implements the dimension-independent parts ofSubHyperplane
.Modifier and TypeMethodDescriptionTransform.apply
(SubHyperplane<T> sub, Hyperplane<S> original, Hyperplane<S> transformed) Transform a sub-hyperplane embedded in an hyperplane.SubHyperplane.copySelf()
Copy the instance.Hyperplane.emptyHyperplane()
Build a sub-hyperplane covering nothing.BSPTree.getCut()
Get the cut sub-hyperplane.SubHyperplane.SplitSubHyperplane.getMinus()
Get the part of the sub-hyperplane on the minus side of the splitting hyperplane.SubHyperplane.SplitSubHyperplane.getPlus()
Get the part of the sub-hyperplane on the plus side of the splitting hyperplane.BoundaryAttribute.getPlusInside()
Get the part of the node cut sub-hyperplane that belongs to the boundary and has the inside of the region on the plus side of its underlying hyperplane.BoundaryAttribute.getPlusOutside()
Get the part of the node cut sub-hyperplane that belongs to the boundary and has the outside of the region on the plus side of its underlying hyperplane.AbstractRegion.intersection
(SubHyperplane<S> sub) Get the parts of a sub-hyperplane that are contained in the region.Region.intersection
(SubHyperplane<S> sub) Get the parts of a sub-hyperplane that are contained in the region.SubHyperplane.reunite
(SubHyperplane<S> other) Compute the union of the instance and another sub-hyperplane.Hyperplane.wholeHyperplane()
Build a sub-hyperplane covering the whole hyperplane.Modifier and TypeMethodDescriptionTransform.apply
(SubHyperplane<T> sub, Hyperplane<S> original, Hyperplane<S> transformed) Transform a sub-hyperplane embedded in an hyperplane.AbstractRegion.intersection
(SubHyperplane<S> sub) Get the parts of a sub-hyperplane that are contained in the region.Region.intersection
(SubHyperplane<S> sub) Get the parts of a sub-hyperplane that are contained in the region.AbstractSubHyperplane.reunite
(SubHyperplane<S> other) Compute the union of the instance and another sub-hyperplane.SubHyperplane.reunite
(SubHyperplane<S> other) Compute the union of the instance and another sub-hyperplane.BSPTree.split
(SubHyperplane<S> sub) Split a BSP tree by an external sub-hyperplane.ModifierConstructorDescriptionBuild a BSPTree from its underlying elements.SplitSubHyperplane
(SubHyperplane<U> plus, SubHyperplane<U> minus) Build a SplitSubHyperplane from its parts.ModifierConstructorDescriptionprotected
AbstractRegion
(Collection<SubHyperplane<S>> boundary, double tolerance) Build a Region from a Boundary REPresentation (B-rep). -
Uses of SubHyperplane in org.hipparchus.geometry.spherical.oned
ModifierConstructorDescriptionArcsSet
(Collection<SubHyperplane<Sphere1D>> boundary, double tolerance) Build an arcs set from a Boundary REPresentation (B-rep). -
Uses of SubHyperplane in org.hipparchus.geometry.spherical.twod
ModifierConstructorDescriptionSphericalPolygonsSet
(Collection<SubHyperplane<Sphere2D>> boundary, double tolerance) Build a polygons set from a Boundary REPresentation (B-rep).