Basics
API DOCS
Interpolates points between the given points.
r – An (n, 3) numpy array of the original points.
m – The number of points to interpolate between each pair of points.
An (n * m) numpy array of the interpolated points.