keid-core-0.1.7.1: Core parts of Keid engine.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Engine.UI.Layout.Linear

Documentation

placeBox :: Vec2 -> Vec2 -> Box -> Box Source #

place :: Num b => b -> b -> b -> (b, b) Source #

ranges :: (Traversable t, Num a) => t a -> (a, t (a, a)) Source #

midpoints :: (Functor f, Fractional a) => f (a, a) -> f a Source #