Home > Blockchain >  How to generate a array with points of this curve?
How to generate a array with points of this curve?

Time:11-22

I want to code a program to generate an array with coordinates to follow for drawing a shape like the white here, given are the blue points. Does anyone know how to do something like that or at least can give me a tip?

CodePudding user response:

You could use e.g. interpolating points

  • Related