Module: Bayonetta::DirectValues

Included in:
MOT2File::Interpolation4
Defined in:
lib/bayonetta/mot.rb

Instance Method Summary collapse

Instance Method Details

#get_m0(i) ⇒ Object



75
76
77
# File 'lib/bayonetta/mot.rb', line 75

def get_m0(i)
  @keys[i].m0
end

#get_m1(i) ⇒ Object



71
72
73
# File 'lib/bayonetta/mot.rb', line 71

def get_m1(i)
  @keys[i].m1
end

#get_p(i) ⇒ Object



67
68
69
# File 'lib/bayonetta/mot.rb', line 67

def get_p(i)
  @keys[i].p
end