module Pluto::Operation::Rotation
Direct including types
Defined in:
pluto/operation/rotation.crInstance Method Summary
- #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
- #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
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
#
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
#