Table of Contents

Method FuncXOnY

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

FuncXOnY(Func<float, float>)

Creates a map that applies a function on the X coordinate and sets the Y coordinate to the result.

public static IMap<Vector3, Vector3> FuncXOnY(Func<float, float> func)

Parameters

func Func<float, float>

The function that will be applied to the X coordinate.

Returns

IMap<Vector3, Vector3>