class

Celestine::Modules::Animate::Transform::SkewY

Inherits Celestine::Modules::CommonAnimate / Celestine::Drawable / Reference / Object

Constants

TAG = "animateTransform"
TYPE = "skewY"

Instance methods

by=(by : Float64 | Nil)
Source
draw(io : IO) : Nil

Main draw method for a drawable. Takes in and interacts with an io.

Source
from
Source
from=(from : Float64 | Nil)
Source
to=(to : Float64 | Nil)
Source
use_by=(use_by : Bool)
Source
use_by?
Source
use_from=(use_from : Bool)

TODO: Can I use these with units?

Source
use_from?

TODO: Can I use these with units?

Source
use_to=(use_to : Bool)
Source
use_to?
Source

Nested types