Function nalgebra_glm::refract_vec

source ·
pub fn refract_vec<N: Real, D: Dimension>(
    i: &TVec<N, D>,
    n: &TVec<N, D>,
    eta: N
) -> TVec<N, D>where
    DefaultAllocator: Alloc<N, D>,
Expand description

For the incident vector i and surface normal n, and the ratio of indices of refraction eta, return the refraction vector.