One third of the way through counting in binary project

This commit is contained in:
Grant Sanderson
2015-08-21 19:58:36 -07:00
parent 461da7049b
commit 2a49abc6f3
10 changed files with 621 additions and 58 deletions

View File

@ -132,7 +132,7 @@ class Mobject(object):
Direction just needs to be a vector pointing towards side or
corner in the 2d plane.
"""
shift_val = ORIGIN
shift_val = np.array(ORIGIN)
space_dim = (SPACE_WIDTH, SPACE_HEIGHT)
for i in [0, 1]:
if direction[i] == 0: