I'm trying to derive a formula for a very particular egg curve. It should be taller on one side of the origin, but a line drawn from one side to the other passing through the origin should have a constant length regardless of the angle of the line.
For reference the data points below should help understand the shape.
0deg, x=0, y=10 45deg, hypotenuse=11 90, x=-12, y=0 135deg, hypotenuse =13 180deg, x=0, y=-14 270deg, x=12, y=0
As the data above shows, in this example the length any line drawn from one side to the other through the origin is always constant (24).
However I can't figure out how to make it work, I'm trying from sin\cos but they're always symmetric about 0... And an offset won't work as it needs to be 0 at 90 degrees.