mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
More Fourier circle scenes
This commit is contained in:
@ -290,6 +290,7 @@ class FourierOfPiSymbol(FourierCirclesScene):
|
||||
1 / np.sqrt(k),
|
||||
1,
|
||||
))
|
||||
print(circle.freq, abs(circle.coefficient))
|
||||
|
||||
# approx_path = self.get_circle_end_path(circles)
|
||||
drawn_path = self.get_drawn_path(circles)
|
||||
@ -493,7 +494,7 @@ class ExplainCircleAnimations(FourierCirclesScene):
|
||||
|
||||
def show_vector_sum(self):
|
||||
top_circles = self.top_circles
|
||||
top_vectors = self.top_vectors
|
||||
top_circles = self.top_circles
|
||||
|
||||
self.play(
|
||||
FadeOut(self.path),
|
||||
|
Reference in New Issue
Block a user