Clutter Engine 0.0.1
|
Go to the source code of this file.
Namespaces | |
namespace | 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) |
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) |
GLM_GTX_handed_coordinate_space