Uses of Enum
org.hipparchus.geometry.partitioning.Region.Location
Packages that use Region.Location
Package
Description
This package provides basic 1D geometry components.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
-
Uses of Region.Location in org.hipparchus.geometry.euclidean.oned
Methods in org.hipparchus.geometry.euclidean.oned that return Region.LocationModifier and TypeMethodDescriptionInterval.checkPoint
(double point, double tolerance) Check a point with respect to the interval. -
Uses of Region.Location in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.geometry.partitioning that return Region.LocationModifier and TypeMethodDescriptionprotected Region.Location
AbstractRegion.checkPoint
(BSPTree<S> node, Point<S> point) Check a point with respect to the region starting at a given node.protected <V extends Vector<S,
V>>
Region.LocationAbstractRegion.checkPoint
(BSPTree<S> node, Vector<S, V> point) Check a point with respect to the region starting at a given node.AbstractRegion.checkPoint
(Point<S> point) Check a point with respect to the region.<V extends Vector<S,
V>>
Region.LocationAbstractRegion.checkPoint
(Vector<S, V> point) Check a point with respect to the region.Region.checkPoint
(Point<S> point) Check a point with respect to the region.static Region.Location
Returns the enum constant of this type with the specified name.static Region.Location[]
Region.Location.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Region.Location in org.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return Region.LocationModifier and TypeMethodDescriptionArc.checkPoint
(double point) Check a point with respect to the arc.