|
|
|
|
|
| Description |
| Module for handling the points
|
|
| Synopsis |
|
|
|
|
| The Points class
|
|
| class Num a => Points p a | p -> a where | Source |
|
| | Methods | | createPoint :: a -> a -> p | Source |
| | Create a point from two coordinates
| | | | Returns the X componente of the coordinate
| | | | Returns the Y componente of the coordinate
| | | | Check if the two coordinates are equal
|
| | Instances | |
|
|
| Produced by Haddock version 2.4.2 |