Function nalgebra_glm::quat_look_at

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

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