pub fn direction_looking_at(current: Vec3, target: Vec3) -> LookDirectionExpand description
Return the look direction that would make a client at current be
looking at target.
pub fn direction_looking_at(current: Vec3, target: Vec3) -> LookDirectionReturn the look direction that would make a client at current be
looking at target.