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