[orx-noise] Rename ShapeProvider.poissonDiskSampling to ShapeProvider.scatter

This commit is contained in:
Edwin Jakobs
2021-10-19 12:01:45 +02:00
parent 328e9c94f3
commit 1a4952ef09

View File

@@ -19,7 +19,7 @@ fun ShapeProvider.uniform(distanceToEdge: Double = 0.0, random: Random = Random.
}
}
fun ShapeProvider.poissonDiskSampling(
fun ShapeProvider.scatter(
pointDistance: Double,
distanceToEdge: Double = 0.0,
tries: Int = 30,