FieldTrip-0.2.4: Functional 3DSource codeContentsIndex
Graphics.FieldTrip.Transform
Stabilityexperimental
Maintainerconal@conal.net, andygill@ku.edu
Description
General transform class
Synopsis
class Transform xf a where
(*%) :: xf -> a -> a
class Invertible xf where
inverse :: xf -> xf
Documentation
class Transform xf a whereSource
General transform class
Methods
(*%) :: xf -> a -> aSource
Transform a value
show/hide Instances
class Invertible xf whereSource
Invertible transformations
Methods
inverse :: xf -> xfSource
show/hide Instances
Produced by Haddock version 2.4.2