Posts: 21
Threads: 7
Joined: Mar 2009
Reputation:
0
I saw a picture how the min and max work but i didnt find it now
anyone could say how it works ? Im really confused -.- because i tried making worldboundries over something and it just shrinked the boundries.
Posts: 303
Threads: 56
Joined: Jun 2009
Reputation:
0
If you want to use a function on an area, as you said, you need a min/max X and a min/max Y.
It looks like:
__________MAX
|................|
|....the area.|
|................|
MIN________|
So you get a point's X and Y coords, and an other's X and Y, and the area will be between them.
Posts: 21
Threads: 7
Joined: Mar 2009
Reputation:
0
so it would be something like this ?
MAXY__________MAX X
|.........................|
|....the area..........|
|.........................|
MINX________MINY|
Posts: 121
Threads: 19
Joined: Dec 2009
Reputation:
0
No.
__________MAX X, Y
|................|
|....the area.|
|................|
MIN________|
X,Y
Posts: 21
Threads: 7
Joined: Mar 2009
Reputation:
0
Ohhh okey , now i get it atlast.
:P Thanks