Module: ExaltedMath::Maths::Additive0
- Defined in:
- lib/exalted_math/math.rb
Instance Method Summary collapse
Instance Method Details
#additive ⇒ Object
21 22 23 |
# File 'lib/exalted_math/math.rb', line 21 def additive elements[3] end |
#multitive ⇒ Object
13 14 15 |
# File 'lib/exalted_math/math.rb', line 13 def multitive elements[0] end |
#space ⇒ Object
17 18 19 |
# File 'lib/exalted_math/math.rb', line 17 def space elements[2] end |