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

# -(_:)

Returns a point that’s the element-wise negation of the point.

## Declaration

```swift
static func - (point: Point3DFloat) -> Point3DFloat
```

## Parameters

- `point`: The value.
