Contents

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>

See Also

Geometry Functions