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

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