Class: Bayonetta::EXPFile::Interpolation4
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile::Interpolation4
- Includes:
- Bayonetta::ExpAbsolutePositions, Bayonetta::ExpKeyInterpolate, Bayonetta::ExpQuantizedValues
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
Methods included from Bayonetta::ExpKeyInterpolate
Methods included from Bayonetta::ExpAbsolutePositions
Methods included from Bayonetta::ExpQuantizedValues
Instance Method Details
#size ⇒ Object
515 516 517 |
# File 'lib/bayonetta/exp.rb', line 515 def size 4 * 6 + @keys.collect(&:size).reduce(:+) end |