GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.IO.MetaPost
Description
Funktionen zur Ausgabe in MetaPost (|MetaPost|)}
Documentation
class MetaPost m whereSource
Methods
mp :: [Option] -> m -> ListCat CharSource
show/hide Instances
data Option Source
Constructors
None
Scaled Double
Dashed
Color (Double, Double, Double)
Filled
show/hide Instances
defaults :: [Option]Source
putMP :: MetaPost a => [Option] -> a -> IO ()Source
showMP :: MetaPost a => [Option] -> a -> StringSource
clip :: Double -> (Double, Double, Double, Double) -> StringSource
pen :: Double -> StringSource
figure :: Int -> String -> StringSource
red :: OptionSource
green :: OptionSource
blue :: OptionSource
yellow :: OptionSource
purple :: OptionSource
cyan :: OptionSource
white :: OptionSource
black :: OptionSource
Produced by Haddock version 2.4.2