Module: ExaltedMath::Maths::Additive2

Defined in:
lib/exalted_math/math.rb

Instance Method Summary collapse

Instance Method Details

#additiveObject



41
42
43
# File 'lib/exalted_math/math.rb', line 41

def additive
  elements[3]
end

#multitiveObject



33
34
35
# File 'lib/exalted_math/math.rb', line 33

def multitive
  elements[0]
end

#spaceObject



37
38
39
# File 'lib/exalted_math/math.rb', line 37

def space
  elements[2]
end