Shkyrockett / engine

MIT License
5 stars 0 forks source link

Cubic Bézier Missing Contains Point Method #5

Open Shkyrockett opened 7 years ago

Shkyrockett commented 7 years ago

Cubic Bézier curves need a Contains Point method so they can be hooked into the Geometry Path object hit testing algorithm. cubic bezier

Required Methods

Shkyrockett commented 7 years ago

Getting a little closer. Now have a method that finds the intersection of Cubic Bezier Curves, and Lines. Need to work out how Point in polygon works out inside/outside using intersections.