|
|
|
|
|
|
|
Documentation |
|
class HasMed a where |
| Methods | | | Instances | |
|
|
class HasDefault a where |
| Methods | | | Instances | |
|
|
data Dir |
Constructors | | Instances | |
|
|
data Pen |
Constructors | | Instances | |
|
|
data Pattern |
Constructors | DefaultPattern | | DashPattern [Double] | |
| Instances | |
|
|
data Equation |
Constructors | | Instances | |
|
|
data Boolean |
Constructors | | Instances | |
|
|
data BoolRelat |
Constructors | | Instances | |
|
|
data Point |
Constructors | | Instances | |
|
|
data Numeric |
Constructors | | Instances | |
|
|
data FunPPP |
Constructors | | Instances | |
|
|
data FunPN |
Constructors | | Instances | |
|
|
data FunNN |
Constructors | NNSinD | | NNCosD | | NNSqrt | | NNExp | | NNLog | | NNRound | | NNCeil | | NNFloor | | NNNeg | |
| Instances | |
|
|
data FunNNN |
Constructors | NNNAdd | | NNNSub | | NNNMul | | NNNDiv | | NNNPyth | | NNNPower | |
| Instances | |
|
|
data FunNsN |
Constructors | | Instances | |
|
|
class HasRelax a where |
| Methods | | | Instances | |
|
|
class HasCond a where |
| Methods | | | Instances | |
|
|
penSquare :: (Numeric, Numeric) -> Numeric -> Pen |
|
penCircle :: (Numeric, Numeric) -> Numeric -> Pen |
|
dashed :: Pattern |
|
dotted :: Pattern |
|
dashPattern :: [Double] -> Pattern |
|
dashPattern' :: [Double] -> Pattern |
|
boolean :: Bool -> Boolean |
|
equations :: [Equation] -> Equation |
|
vec :: (Numeric, Numeric) -> Point |
|
dir :: Numeric -> Point |
|
xy :: Point -> Point -> Point |
|
(.*) :: Numeric -> Point -> Point |
|
pi |
|
exp |
|
log |
|
sqrt |
|
** |
|
sin |
|
cos |
|
tan |
|
asin |
|
acos |
|
atan |
|
sinh |
|
cosh |
|
tanh |
|
asinh |
|
acosh |
|
atanh |
|
pythAdd :: Numeric -> Numeric -> Numeric |
|
xpart :: Point -> Numeric |
|
ypart :: Point -> Numeric |
|
angle :: Point -> Numeric |
|
minimum' :: [Numeric] -> Numeric |
|
maximum' :: [Numeric] -> Numeric |
|
width :: IsName a => a -> Numeric |
|
height :: IsName a => a -> Numeric |
|
xdist :: Point -> Point -> Numeric |
|
ydist :: Point -> Point -> Numeric |
|
dist :: Point -> Point -> Numeric |
|
(.=) :: IsEquation a => a -> a -> Equation |
|
(.==) :: IsBoolean a => a -> a -> Boolean |
|
(./=) :: IsBoolean a => a -> a -> Boolean |
|
(.<) :: IsBoolean a => a -> a -> Boolean |
|
(.<=) :: IsBoolean a => a -> a -> Boolean |
|
equal :: IsEquation a => [a] -> Equation |
|
whatever :: HasWhatever a => a |
|
data Name |
Constructors | | Instances | |
|
|
global :: IsName a => a -> Name |
|
ref :: IsName a => a -> Point |
|
var :: IsName a => a -> Numeric |
|
(<+) :: (IsName a, IsName b) => a -> b -> Name |
|
(<*) :: IsName a => Int -> a -> Name |
|
class IsName a where |
| Methods | toName :: a -> Name | | toNameList :: [a] -> Name |
| | Instances | |
|
|
Produced by Haddock version 0.8 |