Finished Counting in Binary project

This commit is contained in:
Grant Sanderson
2015-09-18 14:22:59 -07:00
parent 2a49abc6f3
commit dfe29de518
4 changed files with 275 additions and 26 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 = np.array(ORIGIN)
shift_val = np.zeros(3)
space_dim = (SPACE_WIDTH, SPACE_HEIGHT)
for i in [0, 1]:
if direction[i] == 0: