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