Hi, I am trying to make an parametric shape, that have all points tangents.
Meaning that if I change the parameters, shape will update with all tangents. For example if I set heightM and widthM parameter to same value it should draw perfect circle shape which is not case now:
I want also to be able to move red points along y axis, so only x axis should be calculated actually.
Maybe my idea is too naive but logging the content of the arc variable delivers a set of points. I suppose the last point shall be the point you are looking for to calculate the distance.