mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Refactor generate_logo
This commit is contained in:
@ -118,7 +118,7 @@ def random_color():
|
||||
################################################
|
||||
|
||||
def straight_path(start_points, end_points, alpha):
|
||||
return (1-alpha)*start_points + alpha*end_points
|
||||
return interpolate(start_points, end_points, alpha)
|
||||
|
||||
def path_along_arc(arc_angle):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user