LimbBuffer(List<int> buffer) : buf = buffer.clone() { // Initialize limb buffers incrementLimb(); incrementLimb(); curIdx = 0; }