mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Refactored helpers.py into a folder of various util files, take 2
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import numpy as np
|
||||
from utils.simple_functions import sigmoid
|
||||
from utils.bezier import bezier
|
||||
|
||||
def smooth(t, inflection = 10.0):
|
||||
error = sigmoid(-inflection / 2)
|
||||
|
Reference in New Issue
Block a user