hleap-0.1.2.7: Web Socket interface to Leap Motion controller

Copyright(c) 2016 Brian W Bush
LicenseMIT
MaintainerBrian W Bush <consult@brianwbush.info>
StabilityStable
PortabilityPortable
Safe HaskellSafe
LanguageHaskell2010

System.Hardware.Leap.Types

Contents

Description

Synopsis

Types

type LeapId = Int Source

ID for an item tracked by Leap.

type Duration = Int Source

Measurement of time.

type Vector a = (a, a, a) Source

Three dimensional vector.

type Basis a = (Vector a, Vector a, Vector a) Source

Three dimensional basis.

type Matrix a = (Vector a, Vector a, Vector a) Source

Three dimensional rotation matrix.