Flow Visualisation
|
Namespaces | |
glm | |
Functions | |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType | glm::fastSqrt (genType const &x) |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType | glm::fastInverseSqrt (genType const &x) |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType | glm::fastLength (genType const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER valType | glm::fastLength (detail::tvec2< valType > const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER valType | glm::fastLength (detail::tvec3< valType > const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER valType | glm::fastLength (detail::tvec4< valType > const &x) |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType | glm::fastDistance (genType const &x, genType const &y) |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType | glm::fastNormalize (genType const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER detail::tvec2< valType > | glm::fastNormalize (detail::tvec2< valType > const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER detail::tvec3< valType > | glm::fastNormalize (detail::tvec3< valType > const &x) |
template<typename valType > | |
GLM_FUNC_QUALIFIER detail::tvec4< valType > | glm::fastNormalize (detail::tvec4< valType > const &x) |