public Coord3 eabs() {
   return new Coord3(Math.abs(x), Math.abs(y), Math.abs(z));
 }