3b1b-manim/manimlib/mobject
2021-02-06 11:39:19 -08:00
..
svg Fix triangulation issue for polygons with many holes 2021-02-02 15:35:03 -08:00
types Allow make_smooth and other kwargs for VMobject.apply_function 2021-02-05 19:58:02 -08:00
changing.py
coordinate_systems.py Changed how configuration for labels on a NumberLine, and hence also on Axes, so that it takes in DecimalNumber configuration directly rather than as a separte dict. 2021-02-06 11:06:38 -08:00
frame.py
functions.py re-introduce make_smoothing option 2021-02-06 11:39:19 -08:00
geometry.py Fix Vector orientation in 3d 2021-02-06 21:28:53 +05:30
interactive.py Refactored Event Dispatching Mechanism 2021-02-02 16:04:50 +05:30
matrix.py Rename TexMobject -> Tex and TextMobject -> TexText 2021-01-18 08:20:14 -10:00
mobject.py spreading the change onto 2 more decorators 2021-02-05 11:52:21 +01:00
mobject_update_utils.py Allow always_redraw to take in arguments 2021-01-30 22:10:58 -08:00
number_line.py Changed how configuration for labels on a NumberLine, and hence also on Axes, so that it takes in DecimalNumber configuration directly rather than as a separte dict. 2021-02-06 11:06:38 -08:00
numbers.py Remove unecessary lines 2021-01-30 22:11:23 -08:00
probability.py Rename TexMobject -> Tex and TextMobject -> TexText 2021-01-18 08:20:14 -10:00
shape_matchers.py Have background rectangle match background color by default 2021-01-15 10:20:50 -10:00
three_dimensions.py Make ParametricSurface a subclass of Surface, and reframe other 3d mobjects to subclass Surface instead of ParametricSurface 2021-02-04 12:36:35 -08:00
value_tracker.py Merge pull request #1305 from diracdeltafunk/patch-1 2021-02-03 12:34:55 -08:00
vector_field.py