hleap-0.2.0.0: Web Socket interface to Leap Motion controller

Copyright(c) 2016-19 Brian W Bush
LicenseMIT
MaintainerBrian W Bush <code@functionally.io>
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.