gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

Sort vertices CW or CCW #119

Open saravanan2020 opened 5 years ago

saravanan2020 commented 5 years ago

I have irregular vertices and i want to sort them CW or CCW. i need a generalized method to do it. Please guide me.