IsolinesFactory

A factory for the creation of the basic astractions contained in this package.

Inheritors

Types

Link copied to clipboard
Enum containing all the available isolines finding algorithms.

Functions

Link copied to clipboard
abstract fun makeIsoline(value: Number, segments: Collection<Segment2D>): Isoline
Create an Isoline.
Link copied to clipboard
Create an IsolinesFinder object, capable of finding isolines.
Link copied to clipboard
abstract fun makeSegment(x1: Number, y1: Number, x2: Number, y2: Number): Segment2D
Create a 2D segment.