void sampleInto(double time, Matrix4 matrix) { final value = sample(time); animation.transform(matrix, value); }