I need help with understanding the problem. The coding isn't really the problem rather the math part. I don't understand what a delta test method that tells me determinant of a 3x3 matrix is supposed to help determine if an array of vertices of a simple polygon is convex or not. What does the determinant of 3x3 matrix mean? how does the determinant tell me the orientation of polygon? How can this help me determine if array of vertices of simple polygon is convex or not? I tried to implement using the gift wrapping method but the teacher said that it was too complicated for the class and just said to use the delta test to help. This kind of seems like duplicate of a few question but I still don't answer the solutions given:
What is the real meaning of the determinant of a matrix?
but as a novice in these fields any help will be appreciated :)