Convert angles in a unit circle to point coordinates (x, y)
Value
matrix with columns x and y containing the coordinates of points corresponding to the given angles in a unit circle
Examples
plot(anglesToPoints(equidistantAngles(n = 10)), type = "b")