plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
TrueBezierTransition
plot2d
anim
Undocumented in source.
class
TrueBezierTransition :
BezierTransition
{
protected
Point
[]
tbl
;
void
buildTable
(size_t cnt);
this
(size_t cnt);
this
(float offset, size_t cnt);
this
(float p1x, float p1y, float p2x, float p2y, size_t cnt);
float
opCall
(float dt, float dur);
}
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
Source
See Implementation
plot2d
anim
classes
BezierTransition
LineTransition
TrueBezierTransition
functions
lineTransition
interfaces
Transition