Class: Assimp::AABB

Inherits:
Data
  • Object
show all
Defined in:
lib/assimp/math.rb

Instance Attribute Summary collapse

Instance Attribute Details

#maxObject (readonly)

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



16
17
18
# File 'lib/assimp/math.rb', line 16

def max
  @max
end

#minObject (readonly)

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



16
17
18
# File 'lib/assimp/math.rb', line 16

def min
  @min
end