| Name | Description |
|---|---|
| Returns the index of the first true element of a Boolean vector | |
| Returns the largest element of a vector | |
| Returns the smallest element of a vector | |
| Sorts elements in a vector using the quick sort algorithm | |
| Quick sort algorithm | |
| Partition function for the quick sort algorithm | |
| Determines whether a point is inside a polygon | |
| Returns the vector of polygon edge angles | |
| Returns the vector of polygon vertex angles from a given point | |
| Returns the vector of intersections between a polygon and a line | |