Метод shuffleMix абстрактный
Float32x4 shuffleMix(Перемешивает значения каналов в this и other. Полученный Float32x4 будет содержать каналы XY из this и каналы ZW из other. Использует ту же mask схему, что и shuffle.
Исходный код
Float32x4 shuffleMix(Float32x4 other, int mask);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-typed_data/Float32x4/shuffleMix.html