mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Chopping stuff up in Moser
This commit is contained in:
@ -72,6 +72,9 @@ def there_and_back(t, inflection = 10.0):
|
||||
def not_quite_there(t, proportion = 0.7):
|
||||
return proportion*high_inflection_0_to_1(t)
|
||||
|
||||
def wiggle(t, wiggles = 2):
|
||||
return there_and_back(t) * np.sin(wiggles*np.pi*t)
|
||||
|
||||
### Functional Functions ###
|
||||
|
||||
def composition(func_list):
|
||||
|
Reference in New Issue
Block a user