Class: Contrek::Concurrent::Polyline::Bounds
- Inherits:
-
Struct
- Object
- Struct
- Contrek::Concurrent::Polyline::Bounds
- Defined in:
- lib/contrek/finder/concurrent/polyline.rb
Instance Attribute Summary collapse
-
#max_x ⇒ Object
Returns the value of attribute max_x.
-
#max_y ⇒ Object
Returns the value of attribute max_y.
-
#min_x ⇒ Object
Returns the value of attribute min_x.
-
#min_y ⇒ Object
Returns the value of attribute min_y.
Instance Attribute Details
#max_x ⇒ Object
Returns the value of attribute max_x
8 9 10 |
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8 def max_x @max_x end |
#max_y ⇒ Object
Returns the value of attribute max_y
8 9 10 |
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8 def max_y @max_y end |
#min_x ⇒ Object
Returns the value of attribute min_x
8 9 10 |
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8 def min_x @min_x end |
#min_y ⇒ Object
Returns the value of attribute min_y
8 9 10 |
# File 'lib/contrek/finder/concurrent/polyline.rb', line 8 def min_y @min_y end |