Click or drag to resize

AlgorithmsIsEquivalentUnderTransformsAndTranslationTPoint Method

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

Parameters

shape1
Type: System.Collections.GenericIEnumerableTPoint
shape2
Type: System.Collections.GenericIEnumerableTPoint
pointTransformations
Type: System.Collections.GenericIEnumerableFuncTPoint, TPoint
toCanonicalPosition
Type: SystemFuncIEnumerableTPoint, IEnumerableTPoint

Type Parameters

TPoint

Return Value

Type: Boolean
See Also