net.cscott.sdr.calls
Class FormationMapper.FormationPiece
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
FormationMapper.FormationPiece
public FormationMapper.FormationPiece(Formation f,
Dancer d,
ExactRotation r)
Copyright (c) 2006 C. Scott Ananian