mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 05:07:47 +00:00
Update vectorized_mobject.py
This commit is contained in:
parent
b285ca7c22
commit
5d942d5ac0
1 changed files with 0 additions and 4 deletions
|
|
@ -75,10 +75,6 @@ class VMobject(Mobject):
|
|||
self.triangulation = np.zeros(0, dtype='i4')
|
||||
super().__init__(**kwargs)
|
||||
self.refresh_unit_normal()
|
||||
|
||||
def __add__(self, other : 'VMobject') -> 'VGroup':
|
||||
assert(isinstance(other, VMobject))
|
||||
return VGroup(self, other)
|
||||
|
||||
def get_group_class(self):
|
||||
return VGroup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue