sampleInto method
Implementation
void sampleInto(double time, Matrix4 matrix) {
for (final channel in channels) {
channel.sampleInto(time, matrix);
}
}
void sampleInto(double time, Matrix4 matrix) {
for (final channel in channels) {
channel.sampleInto(time, matrix);
}
}