Tanoda
Leap.Unity.Encoding.IInterpolable< T > Interface Template Reference

An interface that signifies this class can interpolate via the standard techniques More...

Public Member Functions

CopyFrom (T toCopy)
 
bool FillLerped (T from, T to, float t)
 
bool FillSplined (T a, T b, T c, T d, float t)
 

Detailed Description

An interface that signifies this class can interpolate via the standard techniques

Definition at line 19 of file VectorHand.cs.

Member Function Documentation

◆ CopyFrom()

T Leap.Unity.Encoding.IInterpolable< T >.CopyFrom ( toCopy)

◆ FillLerped()

bool Leap.Unity.Encoding.IInterpolable< T >.FillLerped ( from,
to,
float  t 
)

◆ FillSplined()

bool Leap.Unity.Encoding.IInterpolable< T >.FillSplined ( a,
b,
c,
d,
float  t 
)

The documentation for this interface was generated from the following file: