QuadEdge-0.2: QuadEdge structure for representing triangulations

Data.QuadEdge.Base

Documentation

data Edge a Source

Constructors

Edge 

Fields

edgeTable :: EdgeTable
 
attributes :: a
 

Instances

Eq a => Eq (Edge a) 
Read a => Read (Edge a) 
Show a => Show (Edge a)