In fact, I am not good at maths but good at developing software. My current project involves implementing a method, for interpolating a curve.
But I can´t figure out what kind of curve this is. I have analyzed a curve, which I want to "reproduce". Maybe you guys can tell me, which type of curve this is (click to enlarge):
I've used following control points (don't get me wrong, this curve is generated by a different software, I wan't to reproduce this by implementing the method in my program):
cpx = [0, 9.48732, 37.7707, 53.0929, 83.0766, 124.333,128.004];
cpy = [0, -89.9931, 19.9962, -89.9986, 0, -89.9991,0];
