Tagged Questions

8
votes
8answers
526 views

Point Sequence Interpolation

Given an arbitrary sequence of points in space, how would you produce a smooth continuous interpolation between them? 2D and 3D solutions are welcome. Solutions that produce a li …
0
votes
4answers
1k views

Reporting Services Line Graph: How to better control the smoothed curve.

I have a report that I built for a client where i need to plot x 0-100, y 0-100. Lets imagine I have these points: 0,0 2,24 50,70 100,100 I need to represent these as a smoothed …