Update quaternion.hpp
This commit is contained in:
parent
7e3dc0ae16
commit
3b3dcd7d03
@ -103,6 +103,10 @@ namespace glm
|
|||||||
GLM_FUNC_DECL tquat(tquat<U, Q> const & q);
|
GLM_FUNC_DECL tquat(tquat<U, Q> const & q);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
// explicit conversion operators
|
||||||
|
GLM_FUNC_DECL explicit operator tmat3<T, P>();
|
||||||
|
GLM_FUNC_DECL explicit operator tmat4<T, P>();
|
||||||
|
|
||||||
/// Create a quaternion from two normalized axis
|
/// Create a quaternion from two normalized axis
|
||||||
///
|
///
|
||||||
/// @param u A first normalized axis
|
/// @param u A first normalized axis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user