Deprecated cross function between quaternions
This commit is contained in:
parent
0a2873f83b
commit
7832018cbb
@ -146,7 +146,7 @@ namespace glm
|
|||||||
//! Returns the cross product of q1 and q2.
|
//! Returns the cross product of q1 and q2.
|
||||||
//! From GLM_GTC_quaternion extension.
|
//! From GLM_GTC_quaternion extension.
|
||||||
template <typename T>
|
template <typename T>
|
||||||
detail::tquat<T> cross(
|
GLM_DEPRECATED detail::tquat<T> cross(
|
||||||
detail::tquat<T> const & q1,
|
detail::tquat<T> const & q1,
|
||||||
detail::tquat<T> const & q2);
|
detail::tquat<T> const & q2);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user