Method Transform
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.