|
Graphics.PDF.Coordinates | Portability | portable | Stability | experimental | Maintainer | misc@NOSPAMalpheccar.org |
|
|
|
|
|
Description |
Coordinates for a PDF document
|
|
Synopsis |
|
|
|
|
Geometry
|
|
Types
|
|
data Angle |
|
|
data Matrix |
A transformation matrix. An affine transformation a b c d e f
a b 0
c d 0
e f 1
| Constructors | | Instances | |
|
|
Transformations
|
|
rotate |
|
|
translate |
|
|
scale |
|
|
identity :: Matrix |
Identity matrix
|
|
Frame of reference operators
|
|
applyMatrix :: Matrix -> Draw () |
Apply a transformation matrix to the current coordinate frame
|
|
Produced by Haddock version 0.8 |