|
|
|
|
|
Description |
Module for handling the line
|
|
Synopsis |
|
|
|
|
The Lines class
|
|
class Num a => Lines l a | l -> a where | Source |
|
| Methods | createLine :: [(a, a)] -> l | Source |
| Constructor - Create a line from a point list
| | decompToCoords :: l -> [(a, a)] | Source |
| decomp a line to point
|
| | Instances | |
|
|
Produced by Haddock version 2.4.2 |