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