interpolate_points_between

ssapy.utils.interpolate_points_between(r, m)[source][source]

Interpolates points between the given points.

Parameters:
  • r – An (n, 3) numpy array of the original points.

  • m – The number of points to interpolate between each pair of points.

Returns:

An (n * m) numpy array of the interpolated points.