resampling a series of points

Posted by clamp on Stack Overflow See other posts from Stack Overflow or by clamp
Published on 2010-05-04T13:22:00Z Indexed on 2010/05/07 5:28 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

hello, i have an array of points in 3d (imagine the trajectory of a ball) with X samples.

now, i want to resample these points so that i have a new array with positions with y samples.

y can be bigger or smaller than x but not smaller than 1. there will always be at least 1 sample.

how would an algorithm look like to resample the original array into a new one? thanks!

© Stack Overflow or respective owner

Related posts about geometry

Related posts about 3d