Method Intersect
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.