hgeometry-ipe-0.11.0.0: Reading and Writing ipe7 files.

Safe HaskellNone
LanguageHaskell2010

Data.Geometry.Ipe.Matrix

Synopsis

Documentation

applyMatrix' :: (IsTransformable (i r), Matrix AttributesOf i, Dimension (i r) ~ 2, r ~ NumType (i r)) => IpeObject' i r -> IpeObject' i r Source #

Takes and applies the ipe Matrix attribute of this item.

applyMatrix :: Fractional r => IpeObject r -> IpeObject r Source #

Applies the matrix to an ipe object if it has one.