Function randPointOnCircle

Generates a random point on a circle.

  • Parameters

    • radius: number = 1

      The radius of the circle (default: 1).

    • minRadius: number = 0

      The minimum radius of the circle (default: 0).

    Returns Vector

    A vector representing a random point on the circle.