0
$\begingroup$

X goes from $801$ to $-50$. Y should peak at $240$, start and end at $400$.

I've been toying around with my Texas, how could I express a curve like the one I try to describe above? I want to create a sunrise, seen far far away like on the edge of a curve?

here is a image of what i think the curve should look like: link

xstart: 801, xstop: -10 ymax: 240 ystart + end = 400 (ish)

  • 0
    i have supplied a linke to a image :D2011-12-21

1 Answers 1

1

One approach would be a parabola through the three points $(-50,400), (375.5,240), (801,400)$, which would be $y=\frac{160}{375.5^2}(x-375.5)^2+240$

  • 1
    "I believe OP gets a ping for any comment, even without the @." - that's for the comments under OP's question, not in comments under an answer.2011-12-22