Uses of Class
org.hipparchus.geometry.partitioning.AbstractSubHyperplane
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 AbstractSubHyperplane in org.hipparchus.geometry.euclidean.oned
Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Euclidean1D,
Euclidean1D> SubOrientedPoint.buildNew
(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region. -
Uses of AbstractSubHyperplane in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Euclidean3D,
Euclidean2D> SubPlane.buildNew
(Hyperplane<Euclidean3D> hyperplane, Region<Euclidean2D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region. -
Uses of AbstractSubHyperplane in org.hipparchus.geometry.euclidean.twod
Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Euclidean2D,
Euclidean1D> SubLine.buildNew
(Hyperplane<Euclidean2D> hyperplane, Region<Euclidean1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region. -
Uses of AbstractSubHyperplane in org.hipparchus.geometry.partitioning
Modifier and TypeMethodDescriptionAbstractSubHyperplane.applyTransform
(Transform<S, T> transform) Apply a transform to the instance.protected abstract AbstractSubHyperplane<S,
T> AbstractSubHyperplane.buildNew
(Hyperplane<S> hyper, Region<T> remaining) Build a sub-hyperplane from an hyperplane and a region.AbstractSubHyperplane.copySelf()
Copy the instance.AbstractSubHyperplane.reunite
(SubHyperplane<S> other) Compute the union of the instance and another sub-hyperplane. -
Uses of AbstractSubHyperplane in org.hipparchus.geometry.spherical.oned
Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Sphere1D,
Sphere1D> SubLimitAngle.buildNew
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region. -
Uses of AbstractSubHyperplane in org.hipparchus.geometry.spherical.twod
Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Sphere2D,
Sphere1D> SubCircle.buildNew
(Hyperplane<Sphere2D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.