Table of Contents

Method Transform

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Transform<TPoint>(IImplicitShape<TPoint>, IReverseMap<TPoint, TPoint>)

Creates a generic Function Shape that works as a Generic Transform.

public static IImplicitShape<TPoint> Transform<TPoint>(IImplicitShape<TPoint> shape, IReverseMap<TPoint, TPoint> transform)

Parameters

shape IImplicitShape<TPoint>

Shape to transform.

transform IReverseMap<TPoint, TPoint>

Reverse map to apply into the shape.

Returns

IImplicitShape<TPoint>

Type Parameters

TPoint

The type of the point.