Reputation: 33
How to find orientation (cw or ccw) of a closed curve that's formed by Bezier cubic segments?
Upvotes: 1
Views: 1108
Reputation: 72312
It's the same as the orientation of the control polygon. See How to determine if a list of polygon points are in clockwise order? and http://www.cgafaq.info/wiki/Simple%5FPolygon%5FOrientation
Upvotes: 1