<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Point3DFloat/-(_:_:)-5rz8s",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So14SPPoint3DFloata7SpatialE1soiyA2B_So07SPSize3B0atFZ"
  },
  "title" : "-(_:_:)"
}
-->

# -(_:_:)

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

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

## Parameters

`lhs`

The first value.

`rhs`

The second value.

---

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)