Compute a trajectory from a set of points.
The result is either a line or a multipoint depending on whether the interpolation is step or linear
- Parameters
-
[in] | lwpoints | Array of points |
[in] | count | Number of elements in the input array |
[in] | linear | True when the interpolation is linear |