shapes-0.1.0.0: physics engine and other tools for 2D shapes

Safe HaskellNone
LanguageHaskell2010

Physics.Contact.Types

Synopsis

Documentation

data ContactBehavior Source #

Configuring contact constraint behavior | TODO: does this belong in a different module?

Constructors

ContactBehavior 

Fields

data Contact' Source #

A contact between two objects - the source of a single set of contact constraints

Constructors

Contact' 

Fields

Instances

Show Contact' Source # 
Unbox Contact' Source # 
Vector Vector Contact' Source # 
MVector MVector Contact' Source # 
data Vector Contact' Source # 
data MVector s Contact' Source #