diagrams-contrib-1.3.0.7: Collection of user contributions to diagrams EDSL

Copyright(c) 2011 Brent Yorgey
LicenseBSD-style (see LICENSE)
Maintainerbyorgey@cis.upenn.edu
Safe HaskellNone
LanguageHaskell2010

Diagrams.Example.Logo

Description

Source code for creating the diagrams logo.

Documentation

i :: (RealFloat n, Typeable * n, Semigroup m, Monoid m, TrailLike (QDiagram b V2 n m)) => QDiagram b V2 n m Source

sierpinski :: (Eq a, Num a, Semigroup a1, Juxtaposable a1, HasOrigin a1, Alignable a1, TrailLike a1, R1 (V a1), (~) (* -> *) (V a1) V2) => a -> a1 Source

a1 :: (Typeable * (N b), Semigroup b, Juxtaposable b, HasStyle b, Transformable b, HasOrigin b, Alignable b, TrailLike b, R1 (V b), (~) (* -> *) (V b) V2) => b Source

grid :: (Semigroup a, Monoid a, Juxtaposable a, Transformable a, HasOrigin a, Alignable a, TrailLike a, R2 (V a), (~) (* -> *) (V a) V2) => a Source

gbkg :: forall b n m. (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, TypeableFloat n) => QDiagram b V2 n m Source

a2 :: (RealFloat n, Typeable * n, Semigroup m, Monoid m, TrailLike (QDiagram b V2 n m)) => QDiagram b V2 n m Source

ps :: Fractional n => [P2 n] Source

s :: (RealFloat (N b), Typeable * (N b), Semigroup b, Monoid b, HasStyle b, Transformable b, HasOrigin b, TrailLike b, (~) (* -> *) (V b) V2) => b Source

disk :: (RealFloat (N b), Typeable * (N b), HasStyle b, Transformable b, TrailLike b, (~) (* -> *) (V b) V2) => Colour Double -> b Source