Class: Contrek::Concurrent::Polyline::Bounds

Inherits:
Struct
  • Object
show all
Defined in:
lib/contrek/finder/concurrent/polyline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_xObject

Returns the value of attribute max_x

Returns:

  • (Object)

    the current value of max_x



8
9
10
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8

def max_x
  @max_x
end

#max_yObject

Returns the value of attribute max_y

Returns:

  • (Object)

    the current value of max_y



8
9
10
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8

def max_y
  @max_y
end

#min_xObject

Returns the value of attribute min_x

Returns:

  • (Object)

    the current value of min_x



8
9
10
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8

def min_x
  @min_x
end

#min_yObject

Returns the value of attribute min_y

Returns:

  • (Object)

    the current value of min_y



8
9
10
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8

def min_y
  @min_y
end