sdr 0.21

net.cscott.sdr.calls
Class FormationMapper.FormationPiece

java.lang.Object
  extended by net.cscott.sdr.calls.FormationMapper.FormationPiece
Enclosing class:
FormationMapper

public static class FormationMapper.FormationPiece
extends Object


Field Summary
 Dancer d
          The (typically Phantom) dancer who will correspond to this in the output meta formation.
 Formation f
          Warped rotated formation.
 ExactRotation r
          The rotation to use for this dancer in the output meta formation (typically this is the rotation of formation f from whatever the 'canonical' orientation is.
 
Constructor Summary
FormationMapper.FormationPiece(Formation f, Dancer d, ExactRotation r)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public final Formation f
Warped rotated formation. The input formation is a simple superposition of these.


d

public final Dancer d
The (typically Phantom) dancer who will correspond to this in the output meta formation.


r

public final ExactRotation r
The rotation to use for this dancer in the output meta formation (typically this is the rotation of formation f from whatever the 'canonical' orientation is.

Constructor Detail

FormationMapper.FormationPiece

public FormationMapper.FormationPiece(Formation f,
                                      Dancer d,
                                      ExactRotation r)

sdr 0.21

Copyright (c) 2006 C. Scott Ananian