Uses of Class
movements.MovementGenerator.FigurePlacement

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

Uses of MovementGenerator.FigurePlacement in movements
 

Fields in movements declared as MovementGenerator.FigurePlacement
private  MovementGenerator.FigurePlacement MovementGenerator.FigurePlacement.outerFigurePlacement
           
 

Methods in movements with parameters of type MovementGenerator.FigurePlacement
private  PersonMovement[] MovementGenerator.calculateMovementsInFigure(FigureDefinition figureDefinition, MovementGenerator.FigurePlacement figurePlacement, MovementGenerator.ParticipantData[] participantsData, int figureStartTick)
           
 

Constructors in movements with parameters of type MovementGenerator.FigurePlacement
MovementGenerator.FigurePlacement(Figure figure, Position point1, Position point2, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using two points.
MovementGenerator.FigurePlacement(Figure figure, Position point1, double orientation, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using a point and an orientation.
 



Copyright © 2003 Nigel Westbury