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