<!--
{
  "documentType" : "article",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Vector3DFloat/AdditiveArithmetic-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "AdditiveArithmetic Implementations"
}
-->

# AdditiveArithmetic Implementations

## Topics

### Operators

[`static func + (Vector3DFloat, Vector3DFloat) -> Vector3DFloat`](/documentation/Spatial/Vector3DFloat/+(_:_:)-5a0s0)

Returns the vector that’s the element-wise sum of a vector and a vector.

[`static func += (inout Vector3DFloat, Vector3DFloat)`](/documentation/Spatial/Vector3DFloat/+=(_:_:))

Calculates the vector that’s the element-wise sum of a vector and a vector and stores the result in the left-hand-side variable.

[`static func - (Vector3DFloat, Vector3DFloat) -> Vector3DFloat`](/documentation/Spatial/Vector3DFloat/-(_:_:)-87qbd)

Returns the vector that’s the element-wise difference of a vector and a vector.

[`static func -= (inout Vector3DFloat, Vector3DFloat)`](/documentation/Spatial/Vector3DFloat/-=(_:_:))

Calculates the vector that’s the element-wise difference of a vector and a vector and stores the result in the left-hand-side variable.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)