Guest User

Untitled

a guest
Jan 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Coordinate m = new Coordinate(Path.get(i).coord[0] - 1, Path.get(i).coord[1], Path.get(i).coord[2] + 1); //Lager koordinater
  2. Coordinate n = new Coordinate(Path.get(i).coord[0] + 1, Path.get(i).coord[1], Path.get(i).coord[2] + 1); // for de fire
  3. Coordinate o = new Coordinate(Path.get(i).coord[0], Path.get(i).coord[1] - 1, Path.get(i).coord[2] + 1); //nærmeste naboene.
  4. Coordinate p = new Coordinate(Path.get(i).coord[0], Path.get(i).coord[1] + 1, Path.get(i).coord[2] + 1);
  5. for (int j = 109; j < 113; j++){
  6. for (int x = 0; x < Path.size(); x++){
  7. if (Path.get(x).compareCoords(j)){
  8.  
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment