Bezier Clipping
・iterative method which takes advantages
of the convex hull property of Bezier curves
・developed for ray tracing of Bezier patches
(Nishita, Kakimoto,Sederberg: SIGGRAPH'90)
・iteratively clip away regions of the curve(patch) which don't intersect the line
(i.e., interval Newton method)