Click or drag to resize

FlatHexPointToCanonicalPosition Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<FlatHexPoint> ToCanonicalPosition(
	IEnumerable<FlatHexPoint> shape
)

Parameters

shape
Type: System.Collections.GenericIEnumerableFlatHexPoint

Return Value

Type: IEnumerableFlatHexPoint
See Also