Module: Bayonetta::ExpDirectValues
- Included in:
- Bayonetta::EXPFile::Interpolation2
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
Instance Method Details
#get_m0(i) ⇒ Object
26 27 28 |
# File 'lib/bayonetta/exp.rb', line 26 def get_m0(i) @keys[i].m0 end |
#get_m1(i) ⇒ Object
22 23 24 |
# File 'lib/bayonetta/exp.rb', line 22 def get_m1(i) @keys[i].m1 end |
#get_p(i) ⇒ Object
18 19 20 |
# File 'lib/bayonetta/exp.rb', line 18 def get_p(i) @keys[i].p end |