Commit graph

121 commits

Author SHA1 Message Date
Grant Sanderson
9560b0b077 Refactored helpers.py into a folder of various util files, take 2 2018-03-30 18:42:32 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
Grant Sanderson
618590bee1 Renamed 'highlight' to 'set_color' 2018-03-30 11:51:31 -07:00
Grant Sanderson
e168bfe5ba Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information) 2018-03-30 11:25:37 -07:00
Grant Sanderson
55786e443d Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing 2018-03-30 11:03:14 -07:00
Sridhar Ramesh
66339b1eb0 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-03-22 12:03:20 -07:00
Sridhar Ramesh
dccdca41b2 Incremental 2018-03-22 11:54:08 -07:00
Grant Sanderson
c5384c3d3e Removed default color of yellow for Arrow 2018-03-20 13:44:38 -07:00
Grant Sanderson
d4dc52b22a Added FullScreenRect 2018-03-11 17:11:55 -07:00
Ben Hambrecht
74742ce5b4 Merge branch 'master' into lighthouse2
# Conflicts:
#	camera/camera.py
#	helpers.py
2018-02-27 12:38:05 +01:00
Ben Hambrecht
497961082e curved arcs can now handle negative angles 2018-02-23 19:27:59 +01:00
Ben Hambrecht
72efc2cad9 classes ArcBetweenPoints, CurvedArrow, CurvedDoubleArrow
This makes it easier to draw arcs
2018-02-23 18:36:54 +01:00
Sridhar Ramesh
9927f22645 Fixed small bug in Arc, where end and start were swapped in adding tips 2018-02-21 17:11:53 -08:00
Grant Sanderson
fbec114f67 Small uncertainty additions 2018-02-13 15:39:57 -08:00
Grant Sanderson
29962068db Bug fix to Line.insert_n_anchor_points 2018-02-07 16:21:28 -08:00
Ben Hambrecht
ad2b1c3933 Merge branch 'master' into lighthouse 2018-01-29 19:49:40 +01:00
Grant Sanderson
32b46e078c Small adjustments to VMobject.insert_n_anchor_points 2018-01-28 16:27:07 -08:00
Ben Hambrecht
e139d54ba9 Added Ellipse 2018-01-27 19:09:59 +01:00
Ben Hambrecht
526929098a added method for setting path arc of a Line 2018-01-27 13:29:39 +01:00
bhbr
65eba27ab5 Merge remote-tracking branch 'origin/lighthouse' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:32:55 +01:00
bhbr
98982d20e0 Merge branch 'master' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:29:06 +01:00
Ben Hambrecht
9e57ac2be6 Annulus: symmetrized code 2018-01-25 23:23:43 +01:00
Grant Sanderson
ad4ceb3f1a A few bits of cleanup 2018-01-24 16:09:37 -08:00
Ben Hambrecht
a4a146a54e Merge branch 'master' into lighthouse
# Conflicts:
#	topics/numerals.py
2018-01-24 18:50:44 +01:00
Grant Sanderson
eabe989eda Resolved a few merge conflicts 2018-01-23 12:18:19 -08:00
Ben Hambrecht
2cbf016dff Merge branch 'master' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-23 21:05:35 +01:00
Ben Hambrecht
66e001d77a Added units to DecimalNumer 2018-01-23 10:53:24 -08:00
Grant Sanderson
9b400c322e Scoped out WhiteComplexExponentialExpression of fourier 2018-01-22 21:58:26 -08:00
Ben Hambrecht
c7f92d53cd Arcs can now have arrows on both sides 2018-01-22 16:30:07 -08:00
Ben Hambrecht
6e1c84a305 Arcs can now have tips on either side
Todo: tips on both sides, eliminate overshoot
2018-01-22 16:07:53 -08:00
Ben Hambrecht
1d6d3b3717 Added methods for centering Arcs and Sectors and for their stop_angle 2018-01-22 16:01:33 -08:00
Ben Hambrecht
7598f469c0 Corrected get_arc_center() 2018-01-19 17:30:39 -08:00
Ben Hambrecht
a9542e0ba3 Progress on Basel problem 2018-01-18 15:06:38 -08:00
Grant Sanderson
f64c076e7e Changed how functions are applied to vectorized mobjects to handle smoothness issues more cleanly 2018-01-17 16:04:07 -08:00
Grant Sanderson
cd2257ad65 Improved Arc, and added Sector 2018-01-17 15:12:39 -08:00
Ben Hambrecht
0f50eee179 typo changes 2018-01-15 18:27:52 -08:00
Grant Sanderson
6de931968e Small bug fix 2018-01-13 15:51:04 -08:00
Sridhar Ramesh
0ce1a528c6 Added Surround method to MObject, as well as special-case implementation of it to Circle 2018-01-10 17:57:22 -08:00
Grant Sanderson
76ea80230d Arrow bug fix 2017-10-27 15:12:11 -07:00
Grant Sanderson
589fd5e028 Small fix so curved arrows look better 2017-10-27 12:59:38 -07:00
Grant Sanderson
7f14e9b844 Partial progress through long WalkThroughTwoExample scene in nn/part3 2017-10-24 13:42:11 -07:00
Grant Sanderson
d138ffd353 Up to InterpretFirstWeightMatrixRows in NN part 2 2017-10-12 17:38:25 -07:00
Grant Sanderson
7f69b6aa93 Up to weight matrix introduction of nn 2017-09-29 14:17:13 -07:00
Grant Sanderson
12dcb7a3ea Smattering of Bell and Wave work 2017-09-06 20:18:19 -07:00
Grant Sanderson
b88c669627 Further Bell fixes 2017-09-05 10:21:36 -07:00
Grant Sanderson
1966864d20 Up to CircularlyPolarizedLight in waves 2017-09-01 18:57:38 -07:00
Grant Sanderson
ea8381de71 Beginning waves video animations 2017-08-30 13:16:08 -07:00
Grant Sanderson
1c4da1c4e7 Arrow normal direction bug fix 2017-08-28 10:52:49 -07:00
Grant Sanderson
151914c1a2 Fixed some issues with how EM waves worked. Quite possibly a few remain 2017-08-27 23:52:28 -07:00
Grant Sanderson
f249da02cc First wave animations for Bell's project 2017-08-25 17:56:55 -07:00