Class: Tiletanic::CoordsBBox
- Inherits:
-
Struct
- Object
- Struct
- Tiletanic::CoordsBBox
- Defined in:
- lib/tiletanic/base.rb
Instance Attribute Summary collapse
-
#xmax ⇒ Object
Returns the value of attribute xmax.
-
#xmin ⇒ Object
Returns the value of attribute xmin.
-
#ymax ⇒ Object
Returns the value of attribute ymax.
-
#ymin ⇒ Object
Returns the value of attribute ymin.
Instance Method Summary collapse
-
#initialize ⇒ CoordsBBox
constructor
A new instance of CoordsBBox.
Constructor Details
#initialize ⇒ CoordsBBox
Returns a new instance of CoordsBBox.
19 20 21 22 |
# File 'lib/tiletanic/base.rb', line 19 def initialize(...) super freeze end |
Instance Attribute Details
#xmax ⇒ Object
Returns the value of attribute xmax
18 19 20 |
# File 'lib/tiletanic/base.rb', line 18 def xmax @xmax end |
#xmin ⇒ Object
Returns the value of attribute xmin
18 19 20 |
# File 'lib/tiletanic/base.rb', line 18 def xmin @xmin end |
#ymax ⇒ Object
Returns the value of attribute ymax
18 19 20 |
# File 'lib/tiletanic/base.rb', line 18 def ymax @ymax end |
#ymin ⇒ Object
Returns the value of attribute ymin
18 19 20 |
# File 'lib/tiletanic/base.rb', line 18 def ymin @ymin end |