class Bresenham::Bresenham

Defined in:

bresenham.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_point : Coordinate, end_point : Coordinate) #

[View source]

Instance Method Detail

def delta_x : Int32 #

[View source]
def delta_y : Int32 #

[View source]
def end_point : Bresenham::Coordinate #

[View source]
def octant_number : Int32 #

[View source]
def q_equal : Int32 #

[View source]
def q_initial : Int32 #

[View source]
def q_step : Int32 #

[View source]
def start_point : Bresenham::Coordinate #

[View source]