Uses of Class
org.apache.commons.math3.geometry.partitioning.Region.Location

Packages that use Region.Location
org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components. 
org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees. 
 

Uses of Region.Location in org.apache.commons.math3.geometry.euclidean.oned
 

Methods in org.apache.commons.math3.geometry.euclidean.oned that return Region.Location
 Region.Location Interval.checkPoint(double point, double tolerance)
          Check a point with respect to the interval.
 

Uses of Region.Location in org.apache.commons.math3.geometry.partitioning
 

Methods in org.apache.commons.math3.geometry.partitioning that return Region.Location
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 AbstractRegion.checkPoint(Vector<S> point)
          Check a point with respect to the region.
 Region.Location Region.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.
 



Copyright © 2017 CNES. All Rights Reserved.