struct Geometric::Segment

Included Modules

Defined in:

geometric/object/line.cr

Constructors

Instance methods inherited from module Geometric::LineBase

+(v : Vec2) +, -(v : Vec2) -, begin : Vec2 begin, counter_vec counter_vec, end : Vec2 end, inspect(io : IO) : Nil inspect, orthogonal?(other : LineBase) orthogonal?, parallel?(other : LineBase) parallel?, to_tuple to_tuple, vec vec

Constructor methods inherited from module Geometric::LineBase

new(begin_x, begin_y, end_x, end_y)
new(begin __arg0, end __arg1)
new

Constructor Detail

def self.scan(scanner, io : IO) : self #

[View source]