| Package | Description | 
|---|---|
| org.hipparchus.geometry.euclidean.oned | 
 This package provides basic 1D geometry components. | 
| org.hipparchus.geometry.partitioning | This package provides classes to implement Binary Space Partition trees. | 
| org.hipparchus.geometry.spherical.oned | 
 This package provides basic geometry components on the 1-sphere. | 
| Modifier and Type | Method and Description | 
|---|---|
| Region.Location | Interval. checkPoint(double point,
          double tolerance)Check a point with respect to the interval. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Region.Location | AbstractRegion. checkPoint(BSPTree<S> node,
          Point<S> point)Check a point with respect to the region starting at a given node. | 
| protected Region.Location | AbstractRegion. checkPoint(BSPTree<S> node,
          Vector<S> point)Check a point with respect to the region starting at a given node. | 
| Region.Location | Region. checkPoint(Point<S> point)Check a point with respect to the region. | 
| Region.Location | AbstractRegion. checkPoint(Point<S> point)Check a point with respect to the region. | 
| Region.Location | AbstractRegion. checkPoint(Vector<S> point)Check a point with respect to the region. | 
| static Region.Location | Region.Location. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Region.Location | Arc. checkPoint(double point)Check a point with respect to the arc. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.