Class: Xberg::HierarchicalBoundingBox
- Inherits:
-
Object
- Object
- Xberg::HierarchicalBoundingBox
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bottom ⇒ Float
readonly
Returns the value of attribute bottom.
-
#left ⇒ Float
readonly
Returns the value of attribute left.
-
#right ⇒ Float
readonly
Returns the value of attribute right.
-
#top ⇒ Float
readonly
Returns the value of attribute top.
Instance Method Summary collapse
-
#initialize ⇒ HierarchicalBoundingBox
constructor
A new instance of HierarchicalBoundingBox.
Constructor Details
#initialize ⇒ HierarchicalBoundingBox
Returns a new instance of HierarchicalBoundingBox.
1214 |
# File 'sig/types.rbs', line 1214 def initialize: (?left: Float, ?top: Float, ?right: Float, ?bottom: Float) -> void |
Instance Attribute Details
#bottom ⇒ Float (readonly)
Returns the value of attribute bottom.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def bottom @bottom end |
#left ⇒ Float (readonly)
Returns the value of attribute left.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def left @left end |
#right ⇒ Float (readonly)
Returns the value of attribute right.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def right @right end |
#top ⇒ Float (readonly)
Returns the value of attribute top.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def top @top end |