248249250251252253254255256257258
double[] amounts; amounts = new double[channels.length]; System.arraycopy(motion.getFrame(frame), start, amounts, 0, channels.length); g.eye(); g.translate(amounts, channels); return g; }