class AdventOfCode2021::Day17::Area

Defined in:

day17/day17.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(str) #

[View source]

Instance Method Detail

def includes?(x, y) #

[View source]
def limits #

[View source]
def over_thrown?(x, y) #

[View source]
def range_x : Range(Int32, Int32) #

[View source]
def range_x=(range_x : Range(Int32, Int32)) #

[View source]
def range_y : Range(Int32, Int32) #

[View source]
def range_y=(range_y : Range(Int32, Int32)) #

[View source]