Method FuncXOnX
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)
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)