FieldTrip-0.2.2: 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
(Invertible xf, Transform xf a, Transform xf b) => Transform xf (a -> b)
(Transform xf a, Transform xf b) => Transform xf ((,) a b)
(Transform xf a, Transform xf b, Transform xf c) => Transform xf ((,,) a b c)
(Transform xf a, Transform xf b, Transform xf c, Transform xf d) => Transform xf ((,,,) a b c d)
(Floating s, Real s, MatrixComponent s) => Transform (Transform3 s) Geometry3
(Floating s, Real s, MatrixComponent s) => Transform (Transform3 s) Geometry3
(Floating s, Real s, MatrixComponent s) => Transform (Transform2 s) Geometry2
(Floating s, Real s, MatrixComponent s) => Transform (Transform2 s) Geometry2
class Invertible xf whereSource
Invertible transformations
Methods
inverse :: xf -> xfSource
show/hide Instances
Produced by Haddock version 2.3.0