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
4581d25ec9
commit
36075c4994
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ namespace glm
|
|||
# endif
|
||||
|
||||
// explicit conversion operators
|
||||
GLM_FUNC_DECL explicit operator tmat3<T, P>();
|
||||
GLM_FUNC_DECL explicit operator tmat4<T, P>();
|
||||
GLM_FUNC_DECL explicit operator tmat3x3<T, P>();
|
||||
GLM_FUNC_DECL explicit operator tmat4x4<T, P>();
|
||||
|
||||
/// Create a quaternion from two normalized axis
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue