|
sdr 0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Warp | |
---|---|
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.calls.ast | This package contains the abstract syntax used for call definition and evaluation. |
Uses of Warp in net.cscott.sdr.calls |
---|
Fields in net.cscott.sdr.calls declared as Warp | |
---|---|
static Warp |
Warp.MIRROR
A Warp object that mirrors points across the y-axis. |
static Warp |
Warp.NONE
A Warp which returns points unchanged. |
Methods in net.cscott.sdr.calls that return Warp | |
---|---|
static Warp |
Warp.compose(Warp second,
Warp first)
Returns a new Warp object which first applies the
first warp to the given point, then applies the
second warp to the result. |
static Warp |
Warp.rotateAndMove(Position from,
Position to)
Returns a Warp which will rotate and translate
points such that from is warped to to . |
Methods in net.cscott.sdr.calls with parameters of type Warp | |
---|---|
static Warp |
Warp.compose(Warp second,
Warp first)
Returns a new Warp object which first applies the
first warp to the given point, then applies the
second warp to the result. |
Uses of Warp in net.cscott.sdr.calls.ast |
---|
Fields in net.cscott.sdr.calls.ast declared as Warp | |
---|---|
Warp |
Warped.warp
|
Methods in net.cscott.sdr.calls.ast that return Warp | |
---|---|
Warp |
AstParser.warp()
|
Methods in net.cscott.sdr.calls.ast with parameters of type Warp | |
---|---|
Warped |
Warped.build(Warp warp,
Comp child)
Factory: creates new If only if it would differ from this. |
Constructors in net.cscott.sdr.calls.ast with parameters of type Warp | |
---|---|
Warped(Warp warp,
Comp child)
|
|
sdr 0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |