Class: Xberg::BoundingBox
- Inherits:
-
Object
- Object
- Xberg::BoundingBox
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#x0 ⇒ Float?
Returns the value of attribute x0.
-
#x1 ⇒ Float?
Returns the value of attribute x1.
-
#y0 ⇒ Float?
Returns the value of attribute y0.
-
#y1 ⇒ Float?
Returns the value of attribute y1.
Instance Method Summary collapse
-
#initialize ⇒ BoundingBox
constructor
A new instance of BoundingBox.
Constructor Details
#initialize ⇒ BoundingBox
Returns a new instance of BoundingBox.
1018 |
# File 'sig/types.rbs', line 1018
def initialize: (?x0: Float, ?y0: Float, ?x1: Float, ?y1: Float) -> void
|
Instance Attribute Details
#x0 ⇒ Float?
Returns the value of attribute x0.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def x0 @x0 end |
#x1 ⇒ Float?
Returns the value of attribute x1.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def x1 @x1 end |
#y0 ⇒ Float?
Returns the value of attribute y0.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def y0 @y0 end |
#y1 ⇒ Float?
Returns the value of attribute y1.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def y1 @y1 end |