public static double length(Coord3 c) {
   return c.length();
 }