Table of Contents

Method FuncXOnX

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

FuncXOnX(Func<float, float>)

Creates a FuncX on X Map that given a function it alter the X value of the coordinates of the map.

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

Parameters

func Func<float, float>

This function is used to alter the X value of the coordinates of the map.

Returns

IMap<Vector3, Vector3>