public static Location lookAt(Location fro, Location to) { Location l = fro.clone(); l.lookAt(to); return(l); }