Gamgine-0.4.1: 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) 

data Intersection a Source

Constructors

Intersection 

Fields

leaf1 :: (Box, a)
 
leaf2 :: (Box, a)
 

Instances