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

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