Cinder  0.9.1
Namespaces | Functions
simd_quat.inl File Reference

Namespaces

 glm
 
 glm::detail
 

Functions

GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator- (fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator+ (fquatSIMD const &q1, fquatSIMD const &q2)
 
GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator* (fquatSIMD const &q1, fquatSIMD const &q2)
 
GLM_FUNC_QUALIFIER fvec4SIMD glm::detail::operator* (fquatSIMD const &q, fvec4SIMD const &v)
 
GLM_FUNC_QUALIFIER fvec4SIMD glm::detail::operator* (fvec4SIMD const &v, fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator* (fquatSIMD const &q, float s)
 
GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator* (float s, fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER fquatSIMD glm::detail::operator/ (fquatSIMD const &q, float s)
 
GLM_FUNC_QUALIFIER quat glm::quat_cast (detail::fquatSIMD const &x)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::quatSIMD_cast_impl (const T m0[], const T m1[], const T m2[])
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::quatSIMD_cast (detail::fmat4x4SIMD const &m)
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::quatSIMD_cast (tmat4x4< T, P > const &m)
 
template<typename T , precision P>
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::quatSIMD_cast (tmat3x3< T, P > const &m)
 
GLM_FUNC_QUALIFIER detail::fmat4x4SIMD glm::mat4SIMD_cast (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER mat4 glm::mat4_cast (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER float glm::length (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::normalize (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER float glm::dot (detail::fquatSIMD const &q1, detail::fquatSIMD const &q2)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::mix (detail::fquatSIMD const &x, detail::fquatSIMD const &y, float const &a)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::lerp (detail::fquatSIMD const &x, detail::fquatSIMD const &y, float const &a)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::slerp (detail::fquatSIMD const &x, detail::fquatSIMD const &y, float const &a)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::fastMix (detail::fquatSIMD const &x, detail::fquatSIMD const &y, float const &a)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::fastSlerp (detail::fquatSIMD const &x, detail::fquatSIMD const &y, float const &a)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::conjugate (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::inverse (detail::fquatSIMD const &q)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::angleAxisSIMD (float const &angle, vec3 const &v)
 
GLM_FUNC_QUALIFIER detail::fquatSIMD glm::angleAxisSIMD (float const &angle, float const &x, float const &y, float const &z)
 
GLM_FUNC_QUALIFIER __m128 glm::fastSin (__m128 x)
 

Detailed Description

OpenGL Mathematics (glm.g-truc.net)

Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Restrictions: By making use of the Software for military purposes, you choose to make a Bunny unhappy.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GLM_GTX_simd_quat

Date
2013-04-22 / 2014-11-25
Author
Christophe Riccio