Shkyrockett / engine

MIT License
5 stars 0 forks source link

Quadratic Bézier Missing Contains Point Method #4

Open Shkyrockett opened 7 years ago

Shkyrockett commented 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. quadratic bezier

Required Methods

Shkyrockett commented 7 years ago

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.