Class Motion


  • public class Motion
    extends java.lang.Object
    A motion definition, composed of a series of curves
    • Constructor Summary

      Constructors 
      Constructor Description
      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()