---
title: "*(_:_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/point3dfloat/*(_:_:)-5k7wl"
---

# *(_:_:)

Returns a point with each element mulitplied by a scalar value.

## Declaration

```swift
static func * (lhs: Float, rhs: Point3DFloat) -> Point3DFloat
```

## Parameters

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