Open Shkyrockett opened 7 years ago
Quadratic Bézier curves need a Contains Point method so they can be hooked into the Geometry Path object hit testing algorithm.
Getting a little closer. Now have a method that finds the intersection of Quadratic Bezier Curves, and Lines. Need to work out how Point in polygon works out inside/outside using intersections.
Quadratic Bézier curves need a Contains Point method so they can be hooked into the Geometry Path object hit testing algorithm.
Required Methods