pub fn direction_looking_at(current: &Vec3, target: &Vec3) -> LookDirection
Expand 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) -> LookDirection
Return the look direction that would make a client at current
be
looking at target
.