Possible Duplicate:
Quadratic Bezier Curve: Calculate Point
I am doing some drawing on Canvas, I use Path.quadTo() with few points and my Paint has CornerPathEffect. So how can I get the y position of the line when x can be anything? Is there some algorithm behind CornerPathEffect which can lead to me get precise calculation in here?
Thanks.