schwittlick / LeapMotionP5

Leap Motion library for Processing including gesture support
147 stars 52 forks source link

getAcceleration(Hand hand) #6

Closed schwittlick closed 11 years ago

schwittlick commented 11 years ago

when returning the acceleration of a hand, return the average of all pointables attached to that hand. this should provide a little more stable and reliable acceleration value.

schwittlick commented 11 years ago

solved with 0f2a52e433