| Constructor and Description | 
|---|
SlerpClip(IClip from,
         IClip to,
         ITimeValue input,
         ITimeValue progress)  | 
| Modifier and Type | Method and Description | 
|---|---|
IJointClip | 
apply(IJoint joint)  | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.Iterable<Event> | 
pastEvents(float lastPollTime,
          float time)  | 
public SlerpClip(IClip from, IClip to, ITimeValue input, ITimeValue progress)
public IJointClip apply(IJoint joint)
public java.lang.Iterable<Event> pastEvents(float lastPollTime, float time)
pastEvents in interface IClippublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object