Tanoda
|
An interface that signifies this class can interpolate via the standard techniques More...
Public Member Functions | |
T | CopyFrom (T toCopy) |
bool | FillLerped (T from, T to, float t) |
bool | FillSplined (T a, T b, T c, T d, float t) |
An interface that signifies this class can interpolate via the standard techniques
Definition at line 19 of file VectorHand.cs.
T Leap.Unity.Encoding.IInterpolable< T >.CopyFrom | ( | T | toCopy | ) |
bool Leap.Unity.Encoding.IInterpolable< T >.FillLerped | ( | T | from, |
T | to, | ||
float | t | ||
) |
bool Leap.Unity.Encoding.IInterpolable< T >.FillSplined | ( | T | a, |
T | b, | ||
T | c, | ||
T | d, | ||
float | t | ||
) |