class Rect

Defined in:

classes/rect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(atx_PX : Float32, aty_PX : Float32, width_PX : Float32, height_PX : Float32) #

[View source]

Instance Method Detail

def atx_PX : Float32 #

[View source]
def aty_PX : Float32 #

[View source]
def height_PX : Float32 #

[View source]
def width_PX : Float32 #

[View source]