Returns the reflection of incident vector i off a surface with normal n.
n is assumed to be normalized. Result = i - 2 * dot(n, i) * n.
Returns the reflection of incident vector i off a surface with normal n (assumed normalized).