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

# dot(_:)

Returns the dot product of this vector and the specified vector.

## Declaration

```swift
func dot(_ other: Vector3DFloat) -> Float
```
