Class: Bayonetta::EXPFile::Interpolation6

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

Instance Method Summary collapse

Methods included from Bayonetta::ExpKeyInterpolate

#interpol, #interpolate

Methods included from Bayonetta::ExpRelativePositions

#key_positions

Methods included from Bayonetta::ExpQuantizedValues

#get_m0, #get_m1, #get_p

Instance Method Details

#sizeObject



550
551
552
# File 'lib/bayonetta/exp.rb', line 550

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