GraphicsAPI_2020C
|
GLM_GTX_handed_coordinate_space More...
Go to the source code of this file.
Namespaces | |
glm | |
Core features | |
Functions | |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | glm::rightHanded (vec< 3, T, Q > const &tangent, vec< 3, T, Q > const &binormal, vec< 3, T, Q > const &normal) |
Return if a trihedron right handed or not. More... | |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | glm::leftHanded (vec< 3, T, Q > const &tangent, vec< 3, T, Q > const &binormal, vec< 3, T, Q > const &normal) |
Return if a trihedron left handed or not. More... | |
GLM_GTX_handed_coordinate_space