Click or drag to resize

PointyHexPointIsEquivalentUnderTransformsAndTranslation Method

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

Parameters

shape1
Type: System.Collections.GenericIEnumerablePointyHexPoint
shape2
Type: System.Collections.GenericIEnumerablePointyHexPoint

Return Value

Type: Boolean
See Also