Click or drag to resize

AlgorithmsIsEquivalentTPoint Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsEquivalent<TPoint>(
	IEnumerable<TPoint> shape1,
	IEnumerable<TPoint> shape2
)
where TPoint : Object, IGridPoint<TPoint>

Parameters

shape1
Type: System.Collections.GenericIEnumerableTPoint
shape2
Type: System.Collections.GenericIEnumerableTPoint

Type Parameters

TPoint

Return Value

Type: Boolean
See Also