Contents

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);

Mentioned in

See Also

Geometry Functions