class AdventOfCode2021::Day17::TrickShot

Defined in:

day17/day17.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(vx : Int32, vy : Int32) #

[View source]

Instance Method Detail

def check_in_area(area : Area) #

[View source]
def my : Int32 #

[View source]
def vx : Int32 #

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

[View source]
def vy : Int32 #

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

[View source]