Class: Dieses::Geometry::Element::BoundingBox

Inherits:
Struct
  • Object
show all
Defined in:
lib/dieses/geometry/element.rb

Instance Attribute Summary collapse

Instance Attribute Details

#maximumObject

Returns the value of attribute maximum

Returns:

  • (Object)

    the current value of maximum



6
7
8
# File 'lib/dieses/geometry/element.rb', line 6

def maximum
  @maximum
end

#minimumObject

Returns the value of attribute minimum

Returns:

  • (Object)

    the current value of minimum



6
7
8
# File 'lib/dieses/geometry/element.rb', line 6

def minimum
  @minimum
end