Refresh unit normal when reversing points

This commit is contained in:
Grant Sanderson
2021-11-09 09:15:15 -08:00
parent 8f3ff91165
commit 5930e6a176

View File

@ -157,6 +157,7 @@ class Mobject(object):
for mob in self.get_family():
for key in mob.data:
mob.data[key] = mob.data[key][::-1]
self.refresh_unit_normal()
return self
def apply_points_function(self, func, about_point=None, about_edge=ORIGIN, works_on_bounding_box=False):