mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 06:22:54 +08:00
First draft of music and measure theory
This commit is contained in:
@ -16,7 +16,7 @@ class Point(Mobject):
|
||||
Mobject.__init__(self, **kwargs)
|
||||
|
||||
def generate_points(self):
|
||||
self.add_points(self.location)
|
||||
self.add_points([self.location])
|
||||
|
||||
|
||||
class Dot(Mobject1D): #Use 1D density, even though 2D
|
||||
|
Reference in New Issue
Block a user