GeomAlg-0.2.3: Library of geometric algorithms in Haskell
Source code
Contents
Index
GeomAlg.IO.MetaPost
Description
Funktionen zur Ausgabe in MetaPost (|MetaPost|)}
Documentation
class
MetaPost
m
where
Source
Methods
mp
:: [
Option
] -> m ->
ListCat
Char
Source
Instances
MetaPost
a =>
MetaPost
([] a)
(
Show
a,
RealFloat
a) =>
MetaPost
(
Point2
a)
(
Show
a,
RealFloat
a) =>
MetaPost
(
Circle
Point2
a)
(
Show
a,
RealFloat
a) =>
MetaPost
(
Line
Point2
a)
(
Show
a,
RealFloat
a) =>
MetaPost
(
Triangle
Point2
a)
(
Show
a,
RealFloat
a) =>
MetaPost
(
Polygon
Point2
a)
data
Option
Source
Constructors
None
Scaled
Double
Dashed
Color
(
Double
,
Double
,
Double
)
Filled
Instances
Eq
Option
Ord
Option
defaults
:: [
Option
]
Source
putMP
::
MetaPost
a => [
Option
] -> a ->
IO
()
Source
showMP
::
MetaPost
a => [
Option
] -> a ->
String
Source
clip
::
Double
-> (
Double
,
Double
,
Double
,
Double
) ->
String
Source
pen
::
Double
->
String
Source
figure
::
Int
->
String
->
String
Source
red
::
Option
Source
green
::
Option
Source
blue
::
Option
Source
yellow
::
Option
Source
purple
::
Option
Source
cyan
::
Option
Source
white
::
Option
Source
black
::
Option
Source
Produced by
Haddock
version 2.4.2