Commit graph

17 commits

Author SHA1 Message Date
Grant Sanderson
2449f3a284 Remove Grid 2019-02-07 21:59:32 -08:00
Grant Sanderson
5b5415cc3e Added round_corners method to Polygon 2019-02-07 21:57:40 -08:00
Grant Sanderson
7a488702e4 Changed Rectangle implementation 2019-02-07 21:24:00 -08:00
Grant Sanderson
d489b5df5c Cleaned up Arrow implementation 2019-02-07 21:14:43 -08:00
Grant Sanderson
0a65ee6725 Getting rid of use_rectangular_stem for Arrow 2019-02-07 17:53:11 -08:00
Grant Sanderson
9d132ed5e5 Cleaned up implementation of DashedLine 2019-02-07 15:41:54 -08:00
Grant Sanderson
0ecac2bfb4 Factored out Line.get_start and Line.get_end to be more general Mobject methods 2019-02-07 14:52:40 -08:00
Grant Sanderson
ce2b508e10 Cleaning up Line 2019-02-07 10:59:04 -08:00
Grant Sanderson
ef7b2919d2 Clean up Sector classes 2019-02-07 10:12:42 -08:00
Grant Sanderson
aa3d9e1a49 Few updates to Arc and Circle 2019-02-07 09:26:18 -08:00
Grant Sanderson
24d6113bba Get rid of propagate_style_to_family, since it is basically always true 2019-02-06 16:25:03 -08:00
Grant Sanderson
d695e2cc0b Made Rectangle a Polygon 2019-02-05 15:24:51 -08:00
Grant Sanderson
eaf25ff34b Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths 2019-02-05 11:02:15 -08:00
Grant Sanderson
0212fa27e7 Remove commented out old implementation of put_start_and_end_on 2019-02-03 12:10:55 -08:00
Grant Sanderson
e2e6fad114 Add Circle.get_point_from_angle, and arc_center config variable for arc 2019-01-17 14:10:52 -08:00
Grant Sanderson
e63074a72e 2*np.pi -> TAU. Because why not? 2019-01-16 11:09:16 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Renamed from mobject/geometry.py (Browse further)