Interface LineConfiguration

interface LineConfiguration {
    color?: string;
    zExtractor: (arg0: number[]) => number;
}

Properties

Properties

color?: string

Color of the line (hex color string).

zExtractor: (arg0: number[]) => number

Extract the elevation of a point (an item of the elevation data array).