Click or drag to resize

VoronoiMapTPointMakeMap Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static VoronoiMap<LinePoint> MakeMap(
	IEnumerable<Vector2> pointList
)

Parameters

pointList
Type: System.Collections.GenericIEnumerableVector2

Return Value

Type: VoronoiMapLinePoint
See Also