Gamgine-0.5.2: Some kind of game library or set of utilities.

Safe HaskellNone
LanguageHaskell98

Gamgine.Math.BoxTree

Documentation

data BoxTree a Source #

Constructors

Node Box [BoxTree a] 
Leaf Box a 

Instances

Show a => Show (BoxTree a) Source # 

Methods

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

show :: BoxTree a -> String #

showList :: [BoxTree a] -> ShowS #

data Intersection a Source #

Constructors

Intersection 

Fields

Instances