sdr 0.7

Uses of Class
net.cscott.sdr.calls.DancerBezierPath

Packages that use DancerBezierPath
net.cscott.sdr This package contains the main game class (App) and a text UI (PMSD), as well as interface definitions needed to tie the various pieces together. 
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
 

Uses of DancerBezierPath in net.cscott.sdr
 

Methods in net.cscott.sdr that return DancerBezierPath
 DancerBezierPath DanceFloor.location(Dancer d, Fraction beatTime)
          Current (interpolated) path for the given dancer.
 

Methods in net.cscott.sdr with parameters of type DancerBezierPath
 void DanceFloor.addPath(Dancer d, DancerBezierPath dbp)
          Add a path for the given dancer.
 

Uses of DancerBezierPath in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return DancerBezierPath
 DancerBezierPath DancerPath.bezier(Fraction startTime)
          Return a low-level DancerBezierPath for this DancerPath.
 

Methods in net.cscott.sdr.calls with parameters of type DancerBezierPath
 int DancerBezierPath.compareTo(DancerBezierPath dbp)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian