class Day3::Segment

Defined in:

day3.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Tuple(Int32, Int32), rate : Int32, s) #

[View source]

Instance Method Detail

def dir : Dir #

[View source]
def finish #

[View source]
def inspect(io) #

[View source]
def intersects(other) #

[View source]
def rate : Int32 #

[View source]
def size : Int32 #

[View source]
def start : Point #

[View source]
def vertical? #

[View source]