samplecode
Class DancingMan

java.lang.Object
  extended by samplecode.DancingMan

public class DancingMan
extends java.lang.Object


Constructor Summary
DancingMan()
           
 
Method Summary
static void interpolateShoulderToKnee(MaleBody guy, double t)
           
static void interpolateStartToShoulder(MaleBody guy, double t)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DancingMan

public DancingMan()
Method Detail

interpolateStartToShoulder

public static void interpolateStartToShoulder(MaleBody guy,
                                              double t)

interpolateShoulderToKnee

public static void interpolateShoulderToKnee(MaleBody guy,
                                             double t)

main

public static void main(java.lang.String[] args)