TrueBezierTransition

Undocumented in source.

Constructors

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

Members

Functions

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

Variables

tbl
Point[] tbl;
Undocumented in source.

Inherited Members

From BezierTransition

zero
Point zero;
Undocumented in source.
one
Point one;
Undocumented in source.
p1
Point p1;
p2
Point p2;
Undocumented in source.
opCall
float opCall(float dt, float dur)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta