class

Celestine::Modules::Animate::Transform::Rotate

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

Constants

TAG = "animateTransform"
TYPE = "rotate"

Instance methods

by_angle
Source
by_angle=(by_angle : Float64 | Nil)
Source
by_origin_x
Source
by_origin_x=(by_origin_x : Float64 | Nil)
Source
by_origin_y
Source
by_origin_y=(by_origin_y : Float64 | Nil)
Source
draw(io : IO) : Nil

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

Source
from_angle
Source
from_angle=(from_angle : Float64 | Nil)
Source
from_origin_x
Source
from_origin_x=(from_origin_x : Float64 | Nil)
Source
from_origin_y
Source
from_origin_y=(from_origin_y : Float64 | Nil)
Source
to_angle
Source
to_angle=(to_angle : Float64 | Nil)
Source
to_origin_x
Source
to_origin_x=(to_origin_x : Float64 | Nil)
Source
to_origin_y
Source
to_origin_y=(to_origin_y : 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