Click or drag to resize

PoissonDiskGeneratePoisson Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static List<Vector2> GeneratePoisson(
	Rect rect,
	float minDist,
	int newPointsCount
)

Parameters

rect
Type: Rect
minDist
Type: SystemSingle
newPointsCount
Type: SystemInt32

Return Value

Type: ListVector2
See Also