UIng::Area::Draw::Matrix
Inherits UIng::BlockConstructor < Reference < Object
Constructors
new(*args, &)
Sourcenew(*args, **kwargs, &)
Sourcenew
SourceInstance methods
invert
Sourceinvertible?
Sourcemultiply(src : Matrix) : self
Sourcerotate(x : Float64, y : Float64, amount : Float64) : self
Sourcescale(x_center : Float64, y_center : Float64, x : Float64, y : Float64) : self
Sourceset_identity
Sourceskew(x : Float64, y : Float64, x_amount : Float64, y_amount : Float64) : self
Sourceto_unsafe
Sourcetransform_point(x : Float64, y : Float64) : Tuple(Float64, Float64)
Sourcetransform_size(x : Float64, y : Float64) : Tuple(Float64, Float64)
Sourcetranslate(x : Float64, y : Float64) : self
Source