Package | Description |
---|---|
fr.cnes.sirius.patrius.math.geometry.euclidean.oned | |
fr.cnes.sirius.patrius.math.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
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,
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.