Clutter Engine 0.0.1
Loading...
Searching...
No Matches
handed_coordinate_space.hpp File Reference
#include "../glm.hpp"
#include "handed_coordinate_space.inl"

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)
 

Detailed Description