surrounding

open fun surrounding(radius: Double, count: Int = 12): List<P>

Creates a list of count points equally spaced in the circle of given radius with center in this vector.

Parameters

radius
    the distance each generated position must have from this.
count
    the number of positions to generate.