Tagged Questions

1
vote
1answer
206 views

How to get x and y coordinates from a linear grid simply?

I have myself a linear grid of Vector2s stored in a Vector2[,] array, and i also have another Vector2 that lies within this grid. How can i simply extract both the nearest 4 grid points and their ...