Class: Assimp::AABB
- Inherits:
-
Data
- Object
- Data
- Assimp::AABB
- Defined in:
- lib/assimp/math.rb
Instance Attribute Summary collapse
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#min ⇒ Object
readonly
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ Object (readonly)
Returns the value of attribute max
16 17 18 |
# File 'lib/assimp/math.rb', line 16 def max @max end |
#min ⇒ Object (readonly)
Returns the value of attribute min
16 17 18 |
# File 'lib/assimp/math.rb', line 16 def min @min end |