Click or drag to resize

FlatHexPointIsEquivalentUnderTransformsAndTranslation Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsEquivalentUnderTransformsAndTranslation(
	IEnumerable<FlatHexPoint> shape1,
	IEnumerable<FlatHexPoint> shape2
)

Parameters

shape1
Type: System.Collections.GenericIEnumerableFlatHexPoint
shape2
Type: System.Collections.GenericIEnumerableFlatHexPoint

Return Value

Type: Boolean
See Also