Cubic Bézier curves need a Contains Point method so they can be hooked into the Geometry Path object hit testing algorithm.  ## Required Methods - [x] Intersection between Line and Line Segment. - [x] Intersection between Line and Cubic Bezier. - [ ] Odd/Even Scan-beam testing of Cubic Bezier and End Point Chord Line Segment.