reflected(_:)
Returns the reflection direction of the incident vector and a specified unit normal vector.
Declaration
func reflected(_ normal: Vector3D) -> Vector3DParameters
- normal:
The unit normal vector.
Returns the reflection direction of the incident vector and a specified unit normal vector.
func reflected(_ normal: Vector3D) -> Vector3DThe unit normal vector.