Commit graph

15 commits

Author SHA1 Message Date
Solara570
e344cebf16 Bug fix to rotate_vector 2018-09-11 21:33:40 +08:00
Grant Sanderson
cfcec9f411 Obviously vector rotation should be done with quaternion multiplication... 2018-09-10 11:38:01 -07:00
Grant Sanderson
1b0056f05d Make sure normalize can take in a list 2018-08-30 14:24:57 -07:00
Grant Sanderson
6b7ca78ad5 Make fall back value in normalize an optional thing 2018-08-29 00:09:57 -07:00
Grant Sanderson
ce1eb4eb15 get_winding_number 2018-08-28 09:45:12 -07:00
Grant Sanderson
7912f6f2d3 Implmented ThreeDScene.add_fixed_orientation_mobjects and ThreeDScene.add_fixed_in_frame_mobjects 2018-08-22 14:48:42 -07:00
Grant Sanderson
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
Grant Sanderson
f926611d34 Added preliminary 3d animation abilities with (as of now poorly shaded) parametric curves 2018-08-15 16:23:29 -07:00
Grant Sanderson
a76bea6d72 Added line_intersection function 2018-07-14 10:32:13 -07:00
Grant Sanderson
151a270913 Modernize Python 2 for Python 3 2018-07-11 11:38:59 -07:00
Grant Sanderson
03cc70b713 Added complex_func_to_R3_func 2018-05-30 12:02:25 -07:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
fc3dc64805 Refactor many definitions out of topics and into folders within mobject 2018-03-31 18:05:02 -07:00
Grant Sanderson
0978984541 Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere. 2018-03-31 15:11:35 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00