void setMatrix3s(List<Matrix3> matrix3s) { for (final matrix3 in matrix3s) { setMatrix3(matrix3); } }