47 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) 
   48 #       pragma message("GLM: GLM_GTX_handed_coordinate_space extension included") 
   58         template <
typename T, precision P>
 
   60                 tvec3<T, P> 
const & tangent,
 
   61                 tvec3<T, P> 
const & binormal,
 
   62                 tvec3<T, P> 
const & normal);
 
   66         template <
typename T, precision P>
 
   68                 tvec3<T, P> 
const & tangent,
 
   69                 tvec3<T, P> 
const & binormal,
 
   70                 tvec3<T, P> 
const & normal);
 
   75 #include "handed_coordinate_space.inl" 
GLM_FUNC_DECL bool rightHanded(tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
Return if a trihedron right handed or not. 
GLM_FUNC_DECL bool leftHanded(tvec3< T, P > const &tangent, tvec3< T, P > const &binormal, tvec3< T, P > const &normal)
Return if a trihedron left handed or not.