Searched defs:refract (Results 1 – 2 of 2) sorted by relevance
229 GLM_FUNC_QUALIFIER genType refract(genType const & I, genType const & N, genType eta) function238 GLM_FUNC_QUALIFIER vecType<T, P> refract(vecType<T, P> const & I, vecType<T, P> const & N, T eta) function
678 GLM_FUNC_QUALIFIER detail::fvec4SIMD refract function