List<List<Mobject>> getAllFamiliesZipped() => IterableZip([for (var mob in getAllMobjects()) mob.getFamilyWithPoints()]) .toList();