Method Inverse
Inverse<TPoint>(IImplicitShape<TPoint>)
Create a generic Function Shape that works as a Generic Inverse.
public static IImplicitShape<TPoint> Inverse<TPoint>(IImplicitShape<TPoint> shape)Parameters
- shapeIImplicitShape<TPoint>
- Shape to apply the inverse operation. 
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- Type of the point.