terrahs-0.7: A library for GIS Programs in Haskell.ContentsIndex
TerraHS.Algebras.Spatial.Lines
Contents
The Lines class
Description
Module for handling the line
Synopsis
class Num a => Lines l a | l -> a where
createLine :: [(a, a)] -> l
decompToCoords :: l -> [(a, a)]
The Lines class
class Num a => Lines l a | l -> a where
Methods
createLine :: [(a, a)] -> l
Constructor - Create a line from a point list
decompToCoords :: l -> [(a, a)]
decomp a line to point
show/hide Instances
Produced by Haddock version 2.3.0