---
title: "*(_:_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/point3d/*(_:_:)-9w7dk"
---

# *(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: The left-hand-side value.
- `rhs`: The right-hand-side value.

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/point3d/*(_:_:)-9rqvh.md)
- [*(_:_:)](spatial/point3d/*(_:_:)-8ewep.md)
- [*(_:_:)](spatial/point3d/*(_:_:)-9ak06.md)
- [*(_:_:)](spatial/point3d/*(_:_:)-8wgkb.md)
- [+(_:_:)](spatial/point3d/+(_:_:)-5v6x4.md)
- [+(_:_:)](spatial/point3d/+(_:_:)-4g55.md)
- [-(_:)](spatial/point3d/-(_:).md)
- [-(_:_:)](spatial/point3d/-(_:_:)-6om9g.md)
- [-(_:_:)](spatial/point3d/-(_:_:)-9l6rn.md)
- [-(_:_:)](spatial/point3d/-(_:_:)-5t01r.md)
- [+=(_:_:)](spatial/point3d/+=(_:_:)-80hjz.md)
- [+=(_:_:)](spatial/point3d/+=(_:_:)-3v0zk.md)
- [-=(_:_:)](spatial/point3d/-=(_:_:)-23bow.md)
- [-=(_:_:)](spatial/point3d/-=(_:_:)-9xu2.md)
- [*=(_:_:)](spatial/point3d/*=(_:_:).md)
