Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Moment Source # | |
Ord Moment Source # | |
Show Moment Source # | |
SetArmStatic Moment Source # | |
Defined in Data.Aviation.WB.Moment | |
HasArmStatics Moment Source # | |
Defined in Data.Aviation.WB.Moment | |
HasArmStatic Moment Source # | |
SetWeight Moment Source # | |
HasWeights Moment Source # | |
Defined in Data.Aviation.WB.Moment | |
HasWeight Moment Source # | |
SetMoment Moment Source # | |
HasMoments Moment Source # | |
Defined in Data.Aviation.WB.Moment | |
HasMoment Moment Source # | |
class HasMoments a where Source #
moments :: Traversal' a Moment Source #
Instances
HasMoments Moment Source # | |
Defined in Data.Aviation.WB.Moment |
totalMoment :: HasMoment moment => Iso' Rational Weight -> Iso' Rational ArmStatic -> moment -> Rational Source #
totalMoments :: (HasMoment moment, Foldable f) => Iso' Rational Weight -> Iso' Rational ArmStatic -> f moment -> Rational Source #
totalMoment'' :: (HasMoment moment, Foldable f) => Iso' Rational Weight -> Iso' Rational ArmStatic -> f moment -> Moment Source #
momentX :: (HasWeight w, HasArmStatic s, Applicative f) => f w -> f s -> f Moment Source #