More vectorizations conversions

This commit is contained in:
Grant Sanderson
2016-04-19 00:20:19 -07:00
parent e4c73306db
commit cb3fff7da5
7 changed files with 171 additions and 283 deletions

View File

@ -11,7 +11,6 @@ from scipy import linalg
from constants import *
def get_smooth_handle_points(points):
num_handles = len(points) - 1
dim = points.shape[1]