diagrams-contrib-1.3.0.6: 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 :: (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, Typeable * n, RealFloat n) => QDiagram b V2 n m Source

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

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

grid :: (TrailLike a, Alignable a, HasOrigin a, Transformable a, Juxtaposable a, Monoid a, Semigroup 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 :: (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, Typeable * n, RealFloat n) => QDiagram b V2 n m Source

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

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

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