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