Table of Contents

Method Inverse

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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

shape IImplicitShape<TPoint>

Shape to apply the inverse operation.

Returns

IImplicitShape<TPoint>

Type Parameters

TPoint

Type of the point.