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

# /(_:_:)

Returns a point with each element divided by a scalar value.

## Declaration

```swift
static func / (lhs: Point3DFloat, rhs: Float) -> Point3DFloat
```

## Parameters

- `lhs`: The first value.
- `rhs`: The second value.
