Refactored helpers.py into a folder of various util files, take 2

This commit is contained in:
Grant Sanderson
2018-03-30 18:42:32 -07:00
parent 8fae39fe82
commit 9560b0b077
32 changed files with 56 additions and 42 deletions

View File

@ -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)