Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths

This commit is contained in:
Grant Sanderson
2019-02-05 11:02:15 -08:00
parent eb0c63606d
commit eaf25ff34b
29 changed files with 432 additions and 278 deletions

View File

@ -1114,7 +1114,7 @@ class WhyPi(PiCreatureScene):
circum.set_color(circle.get_color())
circum.scale(np.pi)
circum.next_to(circle, DOWN, LARGE_BUFF)
circum.insert_n_anchor_points(circle.get_num_anchor_points()-2)
circum.insert_n_curves(circle.get_num_curves()-2)
circum.make_jagged()
pi = TexMobject("\\pi")
pi.next_to(circum, UP)