mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Update quaternion.hpp
This commit is contained in:
parent
df7f6cc03c
commit
c184671583
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace glm
|
|||
/// @param eye Position of the camera
|
||||
/// @param direction Desired direction onto which the +z-axis gets mapped
|
||||
/// @param up Up vector, how the camera is oriented. Typically (0, 1, 0).
|
||||
template <typename T, precision P>
|
||||
template<typename T, precision P>
|
||||
GLM_FUNC_DECL tquat<T, P> quatLookAtLH(
|
||||
tvec3<T, P> const & direction,
|
||||
tvec3<T, P> const & up);
|
||||
|
|
Loading…
Add table
Reference in a new issue