packageUtilities

Contents

NameDescription
firstTrueIndexReturns the index of the first true element of a Boolean vector
vectorMaxReturns the largest element of a vector
vectorMinReturns the smallest element of a vector
sortSorts elements in a vector using the quick sort algorithm
iterativeQuickSortQuick sort algorithm
partitionPartition function for the quick sort algorithm
isInsidePolygonDetermines whether a point is inside a polygon
polygonEdgeAnglesReturns the vector of polygon edge angles
polygonVertexAnglesReturns the vector of polygon vertex angles from a given point
intersectionsPolygonLineReturns the vector of intersections between a polygon and a line
getRandom