Copyright | (c) 2016-19 Brian W Bush |
---|---|
License | MIT |
Maintainer | Brian W Bush <code@functionally.io> |
Stability | Stable |
Portability | Portable |
Safe Haskell | None |
Language | Haskell2010 |
Hand events for Leap Motion <https://www.leapmotion.com/product/desktop>, based on the Web Socket API <https://developer.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html>.
- data Hand a
- = HandReference { }
- | Hand {
- armBasis :: Basis a
- armWidth :: a
- confidence :: a
- direction :: Vector a
- elbow :: Vector a
- grabStrength :: a
- leapId :: LeapId
- palmNormal :: Vector a
- palmPosition :: Vector a
- palmVelocity :: Vector a
- pinchStrength :: a
- r :: Matrix a
- s :: a
- sphereCenter :: Vector a
- sphereRadius :: a
- stabilizedPalmPosition :: Vector a
- t :: Vector a
- timeVisible :: a
- side :: Side
- wrist :: Vector a
- data Side
Events
Hand tracking information. See <https://developer.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html> for details.
HandReference | |
Hand | |
|