Contents

reflected(_:)

Returns the reflection direction of the incident vector and a specified unit normal vector.

Declaration

func reflected(_ normal: Vector3D) -> Vector3D

Parameters

  • normal:

    The unit normal vector.

See Also

Geometry functions