Ok, here's the idea.
Point A is a random location,
It wants to travel to point b an adjacent point, I need a method to return the direction of the prime point A, in perspective to point b,
i.e if a point is at, 0,0 and A point (adjacent) Is at point 1,1, The method return north-east (String),
For a closer look here: (Sorry for poor artistic abilitys,)
http://i49.tinypic.com/20awkfa.jpg
The main Point A = at 0,0 (Lavander)
The adjacent point b is at 1,1 (Lightblue),
The method should return that the relationship shared between the points is Northwest,
Keep these in mind:
Thanks for reading, I hope someone come's up with a method =PQuote:
-Point A is the main point so relationships stem from there,
-The directions are North, Northeast, Northwest, South, Southeast, Southwest, East, West,
-Time, o->

