A much computationally simpler method, if you already know a point inside the polygon:
Choose any line segment from the original polygon, points and their coordinates in that order.
Add a known "inside" point, and form a triangle.
Calculate CW or CCW as suggested here with those three points.