module Pluto::Operation::Rotation

Direct including types

Defined in:

pluto/operation/rotation.cr

Instance Method Summary

Instance Method Detail

def rotation(degrees : Float64, *, center_x : Int32 = width // 2, center_y : Int32 = height // 2, radius : Int32 = -1, padding : Bool = false, padding_type : PaddingType = PaddingType::Black) : self #

[View source]
def rotation!(degrees : Float64, *, center_x : Int32 = width // 2, center_y : Int32 = height // 2, radius : Int32 = -1, padding : Bool = false, padding_type : PaddingType = PaddingType::Black) : self #

[View source]