-
- All Implemented Interfaces:
public interface IsolineAn isoline (also contour line, isopleth, or isarithm) of a function of two variables is a curve along which the function has a constant value, so that the curve joins points of equal value. Here the curve is approximated as a collection of 2D segments.
-
-
Method Summary
Modifier and Type Method Description abstract NumbergetValue()abstract Collection<Segment2D>getSegments()-
-
Method Detail
-
getSegments
abstract Collection<Segment2D> getSegments()
-
-
-
-