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

# +(_:_:)

Returns a point that’s the element-wise sum of a size’s width, height, and depth and a point’s x, y, and z .

## Declaration

```swift
static func + (lhs: Size3DFloat, rhs: Point3DFloat) -> Point3DFloat
```

## Parameters

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