Class: Bayonetta::EXPFile::Interpolation2

Inherits:
LibBin::Structure
  • Object
show all
Includes:
Bayonetta::ExpAbsolutePositions, Bayonetta::ExpDirectValues, Bayonetta::ExpKeyInterpolate
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::ExpDirectValues

#get_m0, #get_m1, #get_p

Instance Method Details

#sizeObject



478
479
480
# File 'lib/bayonetta/exp.rb', line 478

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