<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Point3D/*(_:_:)-9w7dk",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So9SPPoint3Da7SpatialE1moiyABSd_ABtFZ"
  },
  "title" : "*(_:_:)"
}
-->

# *(_:_:)

Returns a point that’s the product of a scalar value and a point.

```
static func * (lhs: Double, rhs: Point3D) -> Point3D
```

## Parameters

`lhs`

The left-hand-side value.

`rhs`

The right-hand-side 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)