I need to create an algorithm that resamples points to a set number that I want. For instance if I have a curve that contains 6 points, I would want a system that could resample it to 64 total points. I would also need them to be evenly spaced out. I've already created the system to get the total path length, but I can't figure out how to resample.