pub fn quat_look_at_lh<N: Real>(direction: &TVec3<N>, up: &TVec3<N>) -> Qua<N>
Expand description

Computes a left-handed look-at quaternion (equivalent to a left-handed look-at matrix).