2840 Commits

Author SHA1 Message Date
4ce8a3ba9d Fix computation of normals for Surface 2024-02-13 14:48:00 -06:00
d44e248277 Specify type of argument in Mobject.add 2024-02-09 17:48:25 -06:00
578427543c Add defaults for Matrix object to have ellipses 2024-02-09 17:48:02 -06:00
c531e56a2f Fix DecimalNumber.set_value font size issue 2024-02-08 14:55:12 -06:00
45f8ca7643 Specify output type for DecimalMatrix.element_to_mobject 2024-02-08 14:44:12 -06:00
2966f358a3 Pull type definitions used for Generic[SubmobjectType] outside of if TYPE_CHECKING block 2024-02-08 14:43:37 -06:00
8417369da1 Performance improvement for DecimalNumber.set_value 2024-02-08 14:42:46 -06:00
f3571cf2cb Add random import 2024-02-08 14:37:58 -06:00
e4c824e672 Update random_bright_color to operate based on hsl ranges 2024-02-08 14:37:46 -06:00
31b2bcd9e6 Add interpolate_color_by_hsl 2024-02-08 14:37:30 -06:00
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
7009f0f53e Add space after assert 2024-02-03 19:11:18 -06:00
dfa96c2047 Update copy_frame_positioning 2024-02-03 18:49:04 -06:00
ebe689dede Treat is_fixed_in_frame as a float in uniforms, to allow for transformations between 2024-02-03 18:48:54 -06:00
4aef0d1bf5 Add add_ambient_rotation 2024-02-03 18:48:16 -06:00
661814deea Add all orientation options into CameraFrame.reorient 2024-02-03 18:48:07 -06:00
45d9049405 Minor clean up 2024-02-03 18:47:39 -06:00
711438f625 Update the types in decorator methods using @wraps
This is method to address issues flagged by pyright
2024-02-03 18:00:47 -06:00
cde709fcfa Replace fix_in_frame matching for DecimalNumber.set_value to general uniform matching 2024-01-19 17:42:52 -06:00
1c72059725 Have surrounding rectangle match framed fixed status of what it surrounds 2024-01-19 17:42:29 -06:00
d3dee240c3 Allow for smooth transitions between mobjects fixed and unfixed from the frame 2024-01-19 17:42:12 -06:00
60b762ca43 Remove redundant and unused get_gl_Position.glsl file 2024-01-19 17:41:46 -06:00
8179ba88d0 Reformat defaults for n_rows and n_cols in Mobject.arrange_in_grid 2024-01-18 11:13:12 -06:00
855ef9be8d Refactor Matrix, DecimalMatrix, MobjectMatrix, etc. 2024-01-18 11:12:42 -06:00
41ece958fd Explicitly call out global naure of ID_TO_TEXTURE map 2024-01-17 15:02:19 -06:00
88672a21ff Include texture id in shader wrapper id
This ensure that, among other things, ImageMobjects appearing in groups don't get lumped together in rendering.
2024-01-17 15:01:49 -06:00
f8fedffa4c Use rate function on MoveAlongPath 2023-12-02 21:28:22 -06:00
8a4d7b4e8c Add a small hack to ensure Window resets properly in non-primary monitors 2023-11-06 12:34:39 -05:00
246a010799 Add default border width to StringMobject 2023-11-06 12:33:56 -05:00
17cd597904 Have Arrow track what stroke width it was set to 2023-11-06 12:33:26 -05:00
2cdb85cae9 Don't assign a fixed default depth to ThreeDAxes 2023-11-06 12:32:47 -05:00
0d046a7eab Add an option for a graph to continually update to its defining function 2023-11-06 12:32:27 -05:00
cbc32468bf Note chanted stroke and fill after DrawBorderThenFill has complete 2023-11-06 12:31:52 -05:00
f4778b57ef Have Animation keep track of whether a mobject had had it's updating suspended before resuming it at the end 2023-11-06 12:31:16 -05:00
916ab94efd Remove white space 2023-10-09 14:17:44 -05:00
a8b1791ff5 Small tweaks to arrow tip implementation 2023-09-04 21:16:36 -07:00
39e5d24858 Factor out partial results from point_from_proportion 2023-09-04 21:16:18 -07:00
295a0f76cc Formatting tweak 2023-09-04 21:15:53 -07:00
2b00a9cf80 Fix add_curve_to 2023-09-04 21:15:43 -07:00
b53ab02675 Simplify initialization of Line with path arc 2023-09-04 20:49:51 -04:00
5f41e238ba Improve VMobject.add_arc_to 2023-09-04 20:49:36 -04:00
690eb24562 Add VMobject.add_arc_to method 2023-09-04 19:31:40 -04:00
60a4f0e167 Factor out Arc.create_quadratic_bezier_points to quadratic_bezier_points_for_arc 2023-09-04 19:08:13 -04:00
0a642133ad Add scale_radii method for DotCloud 2023-09-04 18:46:28 -04:00
87e4a71ca3 Add surround method for Rectangles and SurroundingRectangles 2023-09-04 18:46:11 -04:00
fa798a2018 Add \dots and \mathds to tex_to_symbol_count 2023-08-15 20:40:39 -07:00
13d4ab1eb0 Stylistic change 2023-08-15 20:40:24 -07:00
c8cf83eedf Add cartesian_product 2023-08-15 20:40:15 -07:00
eafd09549d Handle make_jagged for empty VMobjects 2023-08-15 20:40:01 -07:00
f2ad9a70f7 Small format fix 2023-08-15 20:39:27 -07:00