You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this with polygons to determine the winding order. However, it seems to be suited for a small number of points (triangles and such mostly?).
In Chrome, the following with a larger set of points (e.g. 20+) tends to crash the browser:
This computes the orientation of d+1 points in d dimensions. For a polygon, you would need to integrate over each triangle and then test the sum of all the areas to get the orientation.
I'm trying to use this with polygons to determine the winding order. However, it seems to be suited for a small number of points (triangles and such mostly?).
In Chrome, the following with a larger set of points (e.g. 20+) tends to crash the browser:
Is there a module better suited for this?
The text was updated successfully, but these errors were encountered: