Uses of Class
movements.ParticipantMovements

Packages that use ParticipantMovements
movements Implements a class that converts the dance specification into lists of person and hand movements. 
 

Uses of ParticipantMovements in movements
 

Fields in movements declared as ParticipantMovements
private  ParticipantMovements[] MovementGenerator.peopleMovements
           
private  ParticipantMovements HandMovementInTransition.participantMovements
           
private  ParticipantMovements HandMovementFixed.participantMovements
           
(package private)  ParticipantMovements[] DanceData.peopleMovements
          DOCUMENT ME!
 

Constructors in movements with parameters of type ParticipantMovements
HandMovementWhileHolding(int numberOfHands, ParticipantMovements[] participantsMovements, double[] handFromPersonForwards, double[] handFromPersonSideways, int startTick, int ticks)
           
HandMovementInTransition(ParticipantMovements participantMovements, double initialPositionForwards, double initialPositionSideways, double shoulderPositionForwards, double shoulderPositionSideways, double finalPositionForwards, double finalPositionSideways, int startTick, int tickLength, int ticksPerBar)
           
HandMovementFixed(ParticipantMovements participantMovements, double forwardsOffset, double sidewaysOffset, int startTick, int tickLength)
           
 



Copyright © 2003 Nigel Westbury