Halfway through dot products

This commit is contained in:
Grant Sanderson
2016-08-19 15:54:16 -07:00
parent fa6fa38a00
commit f0bd594428
4 changed files with 557 additions and 7 deletions

View File

@ -347,7 +347,9 @@ class VMobject(Mobject):
self.set_points(points)
return self
class Group(VMobject):
#Alternate name to improve readability during use
pass
class VectorizedPoint(VMobject):
CONFIG = {