| Package | Description |
|---|---|
| org.apache.commons.geometry.core.partitioning |
This package contains code related to partitioning of spaces by hyperplanes.
|
| org.apache.commons.geometry.core.precision |
This package contains classes related to floating-point precision.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePrecisionContext |
AbstractHyperplane.getPrecision()
Get the precision object used to perform floating point
comparisons for this instance.
|
| Constructor and Description |
|---|
AbstractHyperplane(DoublePrecisionContext precision)
Construct an instance using the given precision context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EpsilonDoublePrecisionContext
Simple
DoublePrecisionContext subclass that uses an absolute epsilon value to
determine equality between doubles. |
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.