com.fluendo.jkate
Class Motion

java.lang.Object
  extended by com.fluendo.jkate.Motion

public class Motion
extends java.lang.Object

A motion definition, composed of a series of curves


Field Summary
 Curve[] curves
           
 double[] durations
           
 
Constructor Summary
Motion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curves

public Curve[] curves

durations

public double[] durations
Constructor Detail

Motion

public Motion()