I am messing around with a project, built in the style of a 2D side-scroller game.
The ground will eventually look something similar to this:
What is my best course of action for collision detection assuming the only data I’ll have are the 2D Vector coordinates of each vertex on the terrain?