mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Simply added self.stem attribute to Arrow
This commit is contained in:
parent
90da42e034
commit
bf4bac1371
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ class Arrow(Line):
|
|||
start - perp_vect * width / 2,
|
||||
tip_base - perp_vect * width / 2,
|
||||
])
|
||||
self.stem = self.rect # Alternate name
|
||||
return self
|
||||
|
||||
def set_tip_points(
|
||||
|
|
Loading…
Add table
Reference in a new issue