This commit is contained in:
Giuseppe Barbieri 2017-10-07 16:58:38 +02:00 committed by GitHub
parent 5161b44c37
commit 8755f51bec

View File

@ -368,7 +368,7 @@ public:
return btAcos(dot(v) / s); return btAcos(dot(v) / s);
} }
/**@brief Return a vector will the absolute values of each element */ /**@brief Return a vector with the absolute values of each element */
SIMD_FORCE_INLINE btVector3 absolute() const SIMD_FORCE_INLINE btVector3 absolute() const
{ {