|
| template<typename genType > |
| GLM_FUNC_QUALIFIER bool | glm::isfinite (genType const &x) |
| | Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility) More...
|
| |
| template<typename valType > |
| GLM_FUNC_QUALIFIER detail::tvec2< bool > | glm::isfinite (detail::tvec2< valType > const &x) |
| | Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility) More...
|
| |
| template<typename valType > |
| GLM_FUNC_QUALIFIER detail::tvec3< bool > | glm::isfinite (detail::tvec3< valType > const &x) |
| | Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility) More...
|
| |
| template<typename valType > |
| GLM_FUNC_QUALIFIER detail::tvec4< bool > | glm::isfinite (detail::tvec4< valType > const &x) |
| | Test whether or not a scalar or each vector component is a finite value. (From GLM_GTX_compatibility) More...
|
| |