dihaa

Safe HaskellNone
LanguageHaskell2010

Dihaa.Vectorize

Description

Convert dihaa TwoD Dia to simple vector shapes.

Documentation

data Point Source #

Constructors

P Int Int 

Instances

Eq Point Source # 

Methods

(==) :: Point -> Point -> Bool #

(/=) :: Point -> Point -> Bool #

Show Point Source # 

Methods

showsPrec :: Int -> Point -> ShowS #

show :: Point -> String #

showList :: [Point] -> ShowS #

data RGB Source #

Constructors

RGB Int Int Int 

Instances

Show RGB Source # 

Methods

showsPrec :: Int -> RGB -> ShowS #

show :: RGB -> String #

showList :: [RGB] -> ShowS #