private double getWeightMatchVelocity() {
   return buffer.getFloat(WEIGHT_MATCH_VELOCITY.getOffset());
 }
 private void setWeightMatchVelocity(double weight) {
   buffer.putFloat(WEIGHT_MATCH_VELOCITY.getOffset(), (float) weight);
   dirty = true;
 }