You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...it is also slightly jarring that the argument order of evaluate_hodograph and get_curvature (for example) are not consistent: the former takes s before the nodes, whereas the latter takes the nodes before s.
See: #146 (comment)
def _evaluate_hodograph(s, nodes):
refdef _get_curvature(nodes, tangent_vec, s):
refThe text was updated successfully, but these errors were encountered: