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
When reading through the code I notice that most of the functions use int * int types everywhere whilst a point type is defined down near "interp", is there a reason not to change this and make the code more readable?