I've read from nvidia a way to test whether a given point is within a Bézier curve's 'fill' is by using hardware shaders and using interpolated uv coordinates to test against...
GPU Gems 3, Chapter 25: Rendering Vector Art on the GPU.
This seems very complicated and I was wondering if there is a simple formula for testing if a point is inside or outside of a Bézier?