class Celestine::Animate::Motion
inherits Celestine::Drawable
#
Included modules
Celestine::Modules::Animate
Celestine::Modules::CommonAnimate
Constants#
TAG = "animateMotion"
#
"animateMotion"
Methods#
#draw(io : IO) : Nil
#
(io : IO) : Nil
Main draw method for a drawable. Takes in and interacts with an io.
#key_points : Array(Float64)
#
: Array(Float64)
This attribute indicate, in the range [0,1], how far is the object along the path for each key_times
associated values.
#key_points=(key_points)
#
(key_points)
This attribute indicate, in the range [0,1], how far is the object along the path for each key_times
associated values.