Method Intersect
Intersect(IEnumerable<IImplicitShape<GridPoint2>>)
Creates a 2D Intersect Shape.
public static IImplicitShape<GridPoint2> Intersect(IEnumerable<IImplicitShape<GridPoint2>> shapes)Parameters
- shapesIEnumerable<IImplicitShape<GridPoint2>>
- List of shapes that intersect each other.