---
title: "reflected(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/vector3dfloat/reflected(_:)"
---

# reflected(_:)

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

## Declaration

```swift
func reflected(_ normal: Vector3DFloat) -> Vector3DFloat
```
