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

# +(_:_:)

Adds two angles and produces their sum.

## Declaration

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