haskgame-0.0.5: Haskell game library.

Graphics.UI.HaskGame.Rect

Documentation

data Rect

Constructors

Rect Int Int Int Int 

inRect :: Endo (Two (Vector2 Int)) -> Endo RectSource

pos :: Endo (Vector2 Int) -> Endo RectSource

size :: Endo (Vector2 Int) -> Endo RectSource

x :: Endo Int -> Endo RectSource

y :: Endo Int -> Endo RectSource

w :: Endo Int -> Endo RectSource

h :: Endo Int -> Endo RectSource