diagrams-contrib-1.3.0.12: 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

d :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b) => QDiagram b V2 n Any Source

ico_d :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b) => QDiagram b V2 n Any Source

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

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

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

grid :: (Monoid a, Semigroup a, Transformable a, R2 (V a), Juxtaposable a, HasOrigin a, TrailLike a, Alignable 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

g :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b, Renderable (Text n) b) => QDiagram b V2 n Any Source

r :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b) => QDiagram b V2 n Any Source

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

m :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b, Renderable (Text n) b) => QDiagram b V2 n Any Source

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

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

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

logo :: (RealFloat n, Typeable * n, Renderable (Path V2 n) b, Renderable (Text n) b) => QDiagram b V2 n Any Source