fixedRadiusPolarFunc

fun fixedRadiusPolarFunc(noise: (Int, Double, Double) -> Double, radius: Double, origin: Vector2 = Vector2.ZERO): (seed: Int, angleInDegrees: Double) -> Double(source)

Polar coordinate front-end for 2D noise functions