I am creating a game and I am currently working on collision detection. My problem is the following:
If I have a 2D face (in 3D space) with num_vertices vertices, and an array of vertices named "vertices", how would I check if a line crosses through this face?
All help appreciated.
Edited by Madd, 28 June 2012 - 11:31 AM.






