mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
Improvements to camera.set_background_from_func, and incremental progress on WindingNumber
This commit is contained in:
@ -638,3 +638,6 @@ class DictAsObject(object):
|
||||
def __init__(self, dict):
|
||||
self.__dict__ = dict
|
||||
|
||||
# Just to have a less heavyweight name for this extremely common operation
|
||||
def fdiv(a, b):
|
||||
return np.true_divide(a,b)
|
||||
|
Reference in New Issue
Block a user