Table of Contents

Method Intersect

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Intersect(IEnumerable<IImplicitShape<GridPoint2>>)

Creates a 2D Intersect Shape.

public static IImplicitShape<GridPoint2> Intersect(IEnumerable<IImplicitShape<GridPoint2>> shapes)

Parameters

shapes IEnumerable<IImplicitShape<GridPoint2>>

List of shapes that intersect each other.

Returns

IImplicitShape<GridPoint2>