struct Goishi::QRLocation

Defined in:

goishi/data_types/qr_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : ::Goban::AbstractQR.class, top_left : Goishi::Point, top_right : Goishi::Point, bottom_left : Goishi::Point, bottom_right : Goishi::Point, version : Int32, color : UInt8, offset : Tuple(Float64, Float64, Float64, Float64)) #

[View source]

Instance Method Detail

def bottom_left : Point #

[View source]
def bottom_right : Point #

[View source]
def color : UInt8 #

[View source]
def offset : Tuple(Float64, Float64, Float64, Float64) #

[View source]
def top_left : Point #

[View source]
def top_right : Point #

[View source]
def type : AbstractQR.class #

[View source]
def version : Int32 #

[View source]
def version=(version : Int32) #

[View source]