Class: Bayonetta::EXPFile::Interpolation4

Inherits:
LibBin::Structure
  • Object
show all
Includes:
Bayonetta::ExpAbsolutePositions, Bayonetta::ExpKeyInterpolate, Bayonetta::ExpQuantizedValues
Defined in:
lib/bayonetta/exp.rb

Instance Method Summary collapse

Methods included from Bayonetta::ExpKeyInterpolate

#interpol, #interpolate

Methods included from Bayonetta::ExpAbsolutePositions

#key_positions

Methods included from Bayonetta::ExpQuantizedValues

#get_m0, #get_m1, #get_p

Instance Method Details

#sizeObject



515
516
517
# File 'lib/bayonetta/exp.rb', line 515

def size
  4 * 6 + @keys.collect(&:size).reduce(:+)
end