reflect(_:n:)
Returns the reflection direction of an incident vector and a unit normal vector.
Declaration
func reflect(_ x: SIMD2<Double>, n: SIMD2<Double>) -> SIMD2<Double>Returns the reflection direction of an incident vector and a unit normal vector.
func reflect(_ x: SIMD2<Double>, n: SIMD2<Double>) -> SIMD2<Double>