Safe Haskell | None |
---|---|
Language | Haskell98 |
Qth.Core.Base
Description
Documentation
class Qhitranslate a b where Source
Methods
itranslate :: a -> b -> b -> a Source
Instances
(Ord a, Num a) => Qhitranslate (IRect a) a | |
Qhitranslate (ILine a) a |
class Qhtranslate a where Source
Instances
class QhtranslateP a b | b -> a where Source
Methods
translateP :: a -> b -> a Source
Instances
(Ord a, Num a) => QhtranslateP (IRect a) (IPoint a) | |
(Ord a, Num a) => QhtranslateP (ILine a) (IPoint a) |