mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Refactored helpers.py into a folder of various util files, take 2
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import numpy as np
|
||||
from utils.bezier import interpolate
|
||||
from utils.space_ops import rotation_matrix
|
||||
from constants import OUT
|
||||
|
||||
STRAIGHT_PATH_THRESHOLD = 0.01
|
||||
|
||||
def straight_path(start_points, end_points, alpha):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user