Closed barakasamsara closed 5 years ago
for example, just the orange part...
With Sector
class CircleSection(Scene):
def construct(self):
part_circle = Sector(outer_radius = 3, color=ORANGE)
self.play(Write(part_circle))
self.wait()
See manimlib/mobject/geometry.py and here.
With
Sector
class CircleSection(Scene): def construct(self): part_circle = Sector(outer_radius = 3, color=ORANGE) self.play(Write(part_circle)) self.wait()
See manimlib/mobject/geometry.py and here.
Thanks so much!!!
Now I know how to graph arc, arch,circle,semecircle... but I don't know how to graph 1/n circle ...