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