Function nalgebra_glm::quat_look_at_rh[][src]

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

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