43 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) 
   44 #       pragma message("GLM: GLM_GTX_handed_coordinate_space extension included") 
   54         template <
typename T, precision P>
 
   56                 tvec3<T, P> 
const & tangent,
 
   57                 tvec3<T, P> 
const & binormal,
 
   58                 tvec3<T, P> 
const & normal);
 
   62         template <
typename T, precision P>
 
   64                 tvec3<T, P> 
const & tangent,
 
   65                 tvec3<T, P> 
const & binormal,
 
   66                 tvec3<T, P> 
const & normal);
 
   71 #include "handed_coordinate_space.inl" 
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. 
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.