Namespace Leap::EncodingΒΆ
- namespace Leap.Encoding
- interface IInterpolable<T>
An interface that signifies this class can interpolate via the standard techniques
- class VectorHand : public Leap.Encoding.IInterpolable<VectorHand>
A Vector-based encoding of a Leap Hand.
You can Encode a VectorHand from a Leap hand, Decode a VectorHand into a Leap hand, convert the VectorHand to a compressed byte representation using FillBytes, and decompress back into a VectorHand using FromBytes.
- class VectorHandExtensions
Defines Utility Extension Methods for a VectorHand