mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove alignment_vect, as per #1353
This commit is contained in:
parent
d7f3f5ad24
commit
c700a27cad
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ class Mobject(object):
|
|||
def match_z(self, mobject, direction=ORIGIN):
|
||||
return self.match_coord(mobject, 2, direction)
|
||||
|
||||
def align_to(self, mobject_or_point, direction=ORIGIN, alignment_vect=UP):
|
||||
def align_to(self, mobject_or_point, direction=ORIGIN):
|
||||
"""
|
||||
Examples:
|
||||
mob1.align_to(mob2, UP) moves mob1 vertically so that its
|
||||
|
|
Loading…
Add table
Reference in a new issue