| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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.
- newtype Lagrangian = Lagrangian {}
- lagrangianVal :: Iso' Lagrangian Double
Documentation
newtype Lagrangian Source #
Lagrangian multiplier - the (signed) magnitude of the impulse required to solve a constraint equation.
Constructors
| Lagrangian | |
Fields | |
Instances