Class: Dieses::Geometry::Element::BoundingBox
- Inherits:
-
Struct
- Object
- Struct
- Dieses::Geometry::Element::BoundingBox
- Defined in:
- lib/dieses/geometry/element.rb
Instance Attribute Summary collapse
-
#maximum ⇒ Object
Returns the value of attribute maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
Instance Attribute Details
#maximum ⇒ Object
Returns the value of attribute maximum
6 7 8 |
# File 'lib/dieses/geometry/element.rb', line 6 def maximum @maximum end |
#minimum ⇒ Object
Returns the value of attribute minimum
6 7 8 |
# File 'lib/dieses/geometry/element.rb', line 6 def minimum @minimum end |