|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Fields in net.cscott.sdr.calls declared as Bezier.Bezier2D | |
---|---|
Bezier.Bezier2D |
DancerBezierPath.direction
|
Bezier.Bezier2D |
DancerBezierPath.location
|
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. |
Constructors in net.cscott.sdr.calls with parameters of type Bezier.Bezier2D | |
---|---|
DancerBezierPath(Fraction startTime,
Fraction duration,
Bezier.Bezier2D location,
Bezier.Bezier2D direction)
|
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.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |