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

# projected(_:)

Returns this vector projected onto the specified vector.

## Declaration

```swift
func projected(_ other: Vector3DFloat) -> Vector3DFloat
```
