D | matrix_transform.inl | 492 …GLM_FUNC_QUALIFIER tmat4x4<T, P> pickMatrix(tvec2<T, P> const & center, tvec2<T, P> const & delta,… argument 501 …(static_cast<T>(viewport[2]) - static_cast<T>(2) * (center.x - static_cast<T>(viewport[0]))) / del… 502 …(static_cast<T>(viewport[3]) - static_cast<T>(2) * (center.y - static_cast<T>(viewport[1]))) / del… 511 …GLM_FUNC_QUALIFIER tmat4x4<T, P> lookAt(tvec3<T, P> const & eye, tvec3<T, P> const & center, tvec3… argument 514 return lookAtLH(eye, center, up); 516 return lookAtRH(eye, center, up); 524 tvec3<T, P> const & center, argument 528 tvec3<T, P> const f(normalize(center - eye)); 552 tvec3<T, P> const & center, argument 556 tvec3<T, P> const f(normalize(center - eye));
|