Tanoda
|
Go to the source code of this file.
Classes | |
class | Leap.Unity.DeltaBuffer< SampleType, DerivativeType > |
Allows you to add to a capped-size ring buffer of Ts and, when full, compute the buffer's average change over time. DeltaBuffer without type parameters supports Vector3s; DeltaFloatBuffer supports floats, and DeltaQuaternionBuffer supports Quaternion rotations. More... | |
struct | Leap.Unity.DeltaBuffer< SampleType, DerivativeType >.ValueTimePair |
class | Leap.Unity.DeltaFloatBuffer |
A ring buffer of floats with a Delta() function that computes the buffer's average change over time. Delta() will return zero if the buffer contains one or fewer samples. More... | |
class | Leap.Unity.DeltaQuaternionBuffer |
A ring buffer of Quaternions with a Delta() function that computes the buffer's average change over time as an angle-axis vector. Returns Vector3.zero if the buffer contains one or fewer samples. More... | |
Namespaces | |
namespace | Leap |
namespace | Leap.Unity |