Uses of Enum
org.hipparchus.geometry.partitioning.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
Modifier and TypeMethodDescriptionInterval.checkPoint
(double point, double tolerance) Check a point with respect to the interval. -
Uses of Region.Location in org.hipparchus.geometry.partitioning
Modifier 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
Modifier and TypeMethodDescriptionArc.checkPoint
(double point) Check a point with respect to the arc.