3b1b-manim/manimlib/mobject
Grant Sanderson 100b108ad1 Treat Group and VGroup more like list types
This may not be the best way to address it, but at least temporarily it prevents linting issues for calls like VGroup(Circle())[0].get_radius()
2024-02-05 15:02:13 -06:00
..
svg Add default border width to StringMobject 2023-11-06 12:33:56 -05:00
types Treat Group and VGroup more like list types 2024-02-05 15:02:13 -06:00
__init__.py
boolean_ops.py Fix typo 2023-01-13 00:24:26 -08:00
changing.py Use typing_extensions to import Self for python versions <3.11 2023-02-02 10:54:47 -08:00
coordinate_systems.py Don't assign a fixed default depth to ThreeDAxes 2023-11-06 12:32:47 -05:00
frame.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
functions.py Replace VMobject.make_approximately_smooth with VMobject.make_smooth(approx=True) 2023-01-19 11:34:13 -08:00
geometry.py Have Arrow track what stroke width it was set to 2023-11-06 12:33:26 -05:00
interactive.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
matrix.py Refactor Matrix, DecimalMatrix, MobjectMatrix, etc. 2024-01-18 11:12:42 -06:00
mobject.py Treat Group and VGroup more like list types 2024-02-05 15:02:13 -06:00
mobject_update_utils.py animation.update_config -> animation.update_rate_info 2023-02-09 15:16:51 -08:00
number_line.py Fix issue with ticks going beyond number line 2023-02-24 08:23:01 -05:00
numbers.py Replace fix_in_frame matching for DecimalNumber.set_value to general uniform matching 2024-01-19 17:42:52 -06:00
probability.py MTex is the new Tex, Tex is now OldTex 2022-12-21 13:18:20 -08:00
shape_matchers.py Have surrounding rectangle match framed fixed status of what it surrounds 2024-01-19 17:42:29 -06:00
three_dimensions.py Small fixes to three_dimensions.py 2023-01-31 14:19:24 -08:00
value_tracker.py Use typing_extensions to import Self for python versions <3.11 2023-02-02 10:54:47 -08:00
vector_field.py Use set_color instead of set_rgba_array in vector_field 2023-02-02 18:24:12 -08:00