mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Remove needless data["points"] reference
This commit is contained in:
parent
75979eb7d1
commit
d4a29df99c
1 changed files with 1 additions and 2 deletions
|
@ -1027,8 +1027,7 @@ class ArrowTip(Triangle):
|
|||
self.data["points"][4] += np.array([0.6 * length, 0, 0])
|
||||
elif tip_style == 2:
|
||||
h = length / 2
|
||||
self.clear_points()
|
||||
self.data["points"] = Dot().set_width(h).get_points()
|
||||
self.set_points(Dot().set_width(h).get_points())
|
||||
self.rotate(angle)
|
||||
|
||||
def get_base(self) -> Vect3:
|
||||
|
|
Loading…
Add table
Reference in a new issue