Class: DouglasPeucker::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/douglas_peucker/line.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



2
3
4
# File 'lib/douglas_peucker/line.rb', line 2

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



2
3
4
# File 'lib/douglas_peucker/line.rb', line 2

def start
  @start
end