Method Intersection
Intersection<TPoint>(IEnumerable<IImplicitShape<TPoint>>)
Creates a generic Function Shape that works as a Generic Intersection.
public static IImplicitShape<TPoint> Intersection<TPoint>(IEnumerable<IImplicitShape<TPoint>> shapes)Parameters
- shapesIEnumerable<IImplicitShape<TPoint>>
- IEnumerable list of shapes to intersect. 
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- The type of the point. 
Intersection<TPoint>(IImplicitShape<TPoint>, IImplicitShape<TPoint>)
Creates a generic Function Shape that works as a Generic Intersection.
public static IImplicitShape<TPoint> Intersection<TPoint>(IImplicitShape<TPoint> shape1, IImplicitShape<TPoint> shape2)Parameters
- shape1IImplicitShape<TPoint>
- First Shape. 
- shape2IImplicitShape<TPoint>
- Second Shape. 
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- The type of the point.