| Overload | Description |
|---|---|
| ContainsColinearPoints(NList<NPoint>) | Checks whether the given list of points contains any colinear points. |
| ContainsColinearPoints(NPoint[]) | Checks whether the given array of points contains colinear points. |
| ContainsColinearPoints(NPoint[],Int32,Int32) | Checks whether the given array of points contains colinear points. |