---
title: "-(_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/vector3dfloat/-(_:)"
---

# -(_:)

Returns the vector that’s the element-wise negation of the vector.

## Declaration

```swift
static func - (vector: Vector3DFloat) -> Vector3DFloat
```
