Click or drag to resize

AlgorithmsContainsTPoint Method

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

Parameters

bigShape
Type: System.Collections.GenericIEnumerableTPoint
smallShape
Type: System.Collections.GenericIEnumerableTPoint

Type Parameters

TPoint

Return Value

Type: Boolean
See Also