simd_reflect
Returns the reflection direction of an incident vector and a unit normal vector.
Declaration
static simd_double2 simd_reflect(simd_double2 __x, simd_double2 __n);Returns the reflection direction of an incident vector and a unit normal vector.
static simd_double2 simd_reflect(simd_double2 __x, simd_double2 __n);