struct Geometric::Segment
- Geometric::Segment
 - Struct
 - Value
 - Object
 
Included Modules
- Geometric::LineBase
 
Defined in:
geometric/object/line.crConstructors
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