Week 3 Day 3 - Convex Hulls Part 2

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=37JvUey95Vs



Duration: 43:40
14 views
3


We went over the "Andrew's Monotone Chain" algorithm for making hulls again and I added some detail to the linear.h header file that you can use to help write your code. Technically, the crossproduct function I added was not needed, as the two line segments do share a point, but eh whatever it's nice having a cross product for any two line segments.







Tags:
is50b
Andrew's Monotone Chain Algorithm
convex hull
linear algebra