|
| 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 e c d f 0 0 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 |