Module: ExaltedMath::Maths::Additive2
- Defined in:
- lib/exalted_math/math.rb
Instance Method Summary collapse
Instance Method Details
#additive ⇒ Object
41 42 43 |
# File 'lib/exalted_math/math.rb', line 41 def additive elements[3] end |
#multitive ⇒ Object
33 34 35 |
# File 'lib/exalted_math/math.rb', line 33 def multitive elements[0] end |
#space ⇒ Object
37 38 39 |
# File 'lib/exalted_math/math.rb', line 37 def space elements[2] end |