mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
More vectorizations conversions
This commit is contained in:
@ -11,7 +11,6 @@ from scipy import linalg
|
||||
|
||||
from constants import *
|
||||
|
||||
|
||||
def get_smooth_handle_points(points):
|
||||
num_handles = len(points) - 1
|
||||
dim = points.shape[1]
|
||||
|
Reference in New Issue
Block a user