mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
More Fourier circle scenes
This commit is contained in:
parent
247c440d05
commit
1fa8a0dac7
1 changed files with 2 additions and 1 deletions
|
@ -290,6 +290,7 @@ class FourierOfPiSymbol(FourierCirclesScene):
|
||||||
1 / np.sqrt(k),
|
1 / np.sqrt(k),
|
||||||
1,
|
1,
|
||||||
))
|
))
|
||||||
|
print(circle.freq, abs(circle.coefficient))
|
||||||
|
|
||||||
# approx_path = self.get_circle_end_path(circles)
|
# approx_path = self.get_circle_end_path(circles)
|
||||||
drawn_path = self.get_drawn_path(circles)
|
drawn_path = self.get_drawn_path(circles)
|
||||||
|
@ -493,7 +494,7 @@ class ExplainCircleAnimations(FourierCirclesScene):
|
||||||
|
|
||||||
def show_vector_sum(self):
|
def show_vector_sum(self):
|
||||||
top_circles = self.top_circles
|
top_circles = self.top_circles
|
||||||
top_vectors = self.top_vectors
|
top_circles = self.top_circles
|
||||||
|
|
||||||
self.play(
|
self.play(
|
||||||
FadeOut(self.path),
|
FadeOut(self.path),
|
||||||
|
|
Loading…
Add table
Reference in a new issue