sdr 0.5

Uses of Class
net.cscott.sdr.util.Bezier.Bezier2D

Packages that use Bezier.Bezier2D
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
net.cscott.sdr.util This package contains useful utility code. 
 

Uses of Bezier.Bezier2D in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return Bezier.Bezier2D
 Bezier.Bezier2D DancerPath.bezierDirection()
          Return a 2D bezier describing the dancer's facing direction.
 Bezier.Bezier2D DancerPath.bezierPath()
          Return a 2D bezier describing the dancer's complete path.
 

Uses of Bezier.Bezier2D in net.cscott.sdr.util
 

Methods in net.cscott.sdr.util that return Bezier.Bezier2D
 Bezier.Bezier2D Bezier.Bezier2D.raise()
          Raise the degree of a bezier curve (add an additional control point).
 Bezier.Bezier2D Bezier.Bezier2D.tangent()
          Compute the derivative of the given Bezier curve.
 


sdr 0.5

Copyright © 2006-2009 C. Scott Ananian