| [in,out] | i_p | points to the input 2D points in memory |
| [in] | i_n | number of the input 2D points in memory |
| [out] | o_p | points to the output memory where the convex hull points will be stored |
| [in] | o_n | number of the output memory where the convex hull points will be stored |
| [in] | opt | In-place sort option for the pre-processing step. If the following values are not used, assume the input points are ordered.
- 'x'/'X' sort points primarily by X-coordinate, then by Y-coordinate.
- 'y'/'Y' sort points primarily by Y-coordinate, then by X-coordinate.
|
| [in] | tol | tolerance value for collinearity checks |