greenm01 / poly2tri

Automatically exported from code.google.com/p/poly2tri
Other
341 stars 86 forks source link

How to find if points are collinear #118

Open USMANHEART opened 2 years ago

USMANHEART commented 2 years ago

I am using poly2tri for mesh generation. I have made a function to detect if points are similar. But I wonder which method Poly2Tri using to check if points are Collinear? Please help me