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

# cross(_:)

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

## Declaration

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