Fixed rotate function declaration for quat

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent 26e02fad68
commit c6896064ef
  1. 2
      glm/gtc/quaternion.inl
  2. 1
      readme.txt

@ -617,7 +617,7 @@ namespace detail
GLM_FUNC_QUALIFIER detail::tquat<T, P> rotate
(
detail::tquat<T, P> const & q,
typename detail::tquat<T, P>::value_type const & angle,
T const & angle,
detail::tvec3<T, P> const & v
)
{

@ -44,6 +44,7 @@ GLM 0.9.5.1: 2014-XX-XX
- Added possible static_cast conversion of GLM types (#72)
- Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
- Fixed mismatch of GTC_packing declaration and definition prototypes
- Fixed rotate declaration for quat rotate function
================================================================================
GLM 0.9.5.0: 2013-12-25

Loading…
Cancel
Save