mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
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.
|
||||
//! From GLM_GTC_quaternion extension.
|
||||
template <typename T>
|
||||
detail::tquat<T> cross(
|
||||
GLM_DEPRECATED detail::tquat<T> cross(
|
||||
detail::tquat<T> const & q1,
|
||||
detail::tquat<T> const & q2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user