18 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
19 # pragma message("GLM: GLM_GTX_handed_coordinate_space extension included")
29 template <
typename T, precision P>
31 tvec3<T, P>
const & tangent,
32 tvec3<T, P>
const & binormal,
33 tvec3<T, P>
const & normal);
37 template <
typename T, precision P>
39 tvec3<T, P>
const & tangent,
40 tvec3<T, P>
const & binormal,
41 tvec3<T, P>
const & normal);
46 #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.