struct Day10::Point

Defined in:

day10.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(prev : Point) #

[View source]
def self.new(text) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(x _x = @x, y _y = @y, vx _vx = @vx, vy _vy = @vy) #

[View source]
def vx : Int32 #

def vy : Int32 #

def x : Int32 #

def y : Int32 #