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

Safe HaskellNone
LanguageHaskell2010

Physics.Constraint.Types

Description

Just pretend this module is part of Physics.Constraint. Last time I checked, GeneralizedNewtypeDeriving didn't work on Lagrangian in Physics.Constraint.

Synopsis

Documentation

newtype Lagrangian Source #

Lagrangian multiplier - the (signed) magnitude of the impulse required to solve a constraint equation.

Constructors

Lagrangian 

Instances

Eq Lagrangian Source # 
Num Lagrangian Source # 
Ord Lagrangian Source # 
Show Lagrangian Source # 
NFData Lagrangian Source # 

Methods

rnf :: Lagrangian -> () #

Unbox Lagrangian Source # 
Vector Vector Lagrangian Source # 
MVector MVector Lagrangian Source # 
data Vector Lagrangian Source # 
data MVector s Lagrangian Source #