mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Halfway through dot products
This commit is contained in:
@ -347,7 +347,9 @@ class VMobject(Mobject):
|
||||
self.set_points(points)
|
||||
return self
|
||||
|
||||
|
||||
class Group(VMobject):
|
||||
#Alternate name to improve readability during use
|
||||
pass
|
||||
|
||||
class VectorizedPoint(VMobject):
|
||||
CONFIG = {
|
||||
|
Reference in New Issue
Block a user