| Modifier and Type | Field and Description |
|---|---|
private IClip |
from |
private ITimeValue |
input |
private ITimeValue |
progress |
private IClip |
to |
| 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) |
private final IClip from
private final IClip to
private final ITimeValue input
private final ITimeValue progress
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