Gamgine-0.7.0: Some kind of game library or set of utilities.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gamgine.Math.BoxTree

Documentation

data BoxTree a Source #

Constructors

Node Box [BoxTree a] 
Leaf Box a 

Instances

Instances details
Show a => Show (BoxTree a) Source # 
Instance details

Defined in Gamgine.Math.BoxTree

Methods

showsPrec :: Int -> BoxTree a -> ShowS #

show :: BoxTree a -> String #

showList :: [BoxTree a] -> ShowS #

data Intersection a Source #

Constructors

Intersection 

Fields

Instances

Instances details
Show a => Show (Intersection a) Source # 
Instance details

Defined in Gamgine.Math.BoxTree