BezierTransition

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(float offset)
Undocumented in source.
this
this(float p1x, float p1y, float p2x, float p2y)
Undocumented in source.

Members

Functions

opCall
float opCall(float dt, float dur)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

one
Point one;
Undocumented in source.
p1
Point p1;
p2
Point p2;
Undocumented in source.
zero
Point zero;
Undocumented in source.

Inherited Members

From Transition

opCall
float opCall(float dt, float dur)

Meta