So I was coding my first official game and got it to about 50-60% done where I needed to implement the feature to see if 2 things come in contact (A small circle with sf::CircleShape and a shape I made with an sf::Vertex array), I needed to see if the circle hit the shape I formed (Which is a triangle btw).
But I'm having trouble trying to figure out how to check and see if those 2 come in contact. Could someone help me?
And I didn't really wanna release the source until after I was finished with it.