| Copyright | (C) Frank Staals |
|---|---|
| License | see the LICENSE file |
| Maintainer | Frank Staals |
| Safe Haskell | None |
| Language | GHC2024 |
Ipe.Matrix
Description
Matrix Attributes as defined in Ipe
Synopsis
- applyMatrix :: (Fractional r, Eq r) => IpeObject r -> IpeObject r
- applyMatrix' :: (Fractional r, Eq r) => IpeObject r -> IpeObject r
- applyMatrices :: (Fractional r, Eq r) => IpeFile r -> IpeFile r
- applyMatricesPage :: (Fractional r, Eq r) => IpePage r -> IpePage r
Documentation
applyMatrix :: (Fractional r, Eq r) => IpeObject r -> IpeObject r Source #
Takes and Applies the matrix to an ipe object if it has one. Also applies it recursively to any groups.
applyMatrix' :: (Fractional r, Eq r) => IpeObject r -> IpeObject r Source #
Take and apply the matrix at this particular object. Does *not* apply it recursively.
applyMatrices :: (Fractional r, Eq r) => IpeFile r -> IpeFile r Source #
Applies all matrices in the file.
applyMatricesPage :: (Fractional r, Eq r) => IpePage r -> IpePage r Source #
Applies all Matrices on a given page.