firstTrueIndex | Returns the index of the first true element of a Boolean vector |
| vectorMax | Returns the largest element of a vector |
| vectorMin | Returns the smallest element of a vector |
| sort | Sorts elements in a vector using the quick sort algorithm |
| iterativeQuickSort | Quick sort algorithm |
| partition | Partition function for the quick sort algorithm |
| isInsidePolygon | Determines whether a point is inside a polygon |
| polygonEdgeAngles | Returns the vector of polygon edge angles |
| polygonVertexAngles | Returns the vector of polygon vertex angles from a given point |
| intersectionsPolygonLine | Returns the vector of intersections between a polygon and a line |
| getRandom | |