List<Mobject> getFamilyWithPoints() { return getFamily().where((mob) => mob.getNumPoints() > 0).toList(); }