thibauts / b-spline

B-spline interpolation
MIT License
299 stars 48 forks source link

marginally optimize the unweighting loop #10

Closed Pomax closed 8 years ago

Pomax commented 8 years ago

removes a need for v[i][d] = weights[i] binding -- only really worth landing once #8 is in, so that it can be verified that these code changes do not alter the library's behaviour =)