Package org.apache.commons.geometry.core.internal
This package contains utilities intended for internal use only. No guarantees are made for the stability of the contained APIs.
-
Interface Summary Interface Description DoubleFunction1N<T> Represents a function that accepts a single double value and returns a result.DoubleFunction2N<T> Represents a function that accepts two double values and returns a result.DoubleFunction3N<T> Represents a function that accepts three double values and returns a result. -
Class Summary Class Description HyperplaneSubsets Utility methods forHyperplaneSubset
implementations.IteratorTransform<I,T> Class that wraps another iterator, converting each input iterator value into one or more output iterator values.SimpleTupleFormat Class for performing simple formatting and parsing of real number tuples. -
Exception Summary Exception Description GeometryInternalError Exception thrown when something that should not happen does happen.SimpleTupleFormat.TupleParseException Exception class for errors occurring during tuple parsing.