---
title: "*(_:_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/vector3d/*(_:_:)-64lzt"
---

# *(_:_:)

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

## Declaration

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

## Parameters

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

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/vector3d/*(_:_:)-dcwn.md)
- [*(_:_:)](spatial/vector3d/*(_:_:)-6rxsr.md)
- [*(_:_:)](spatial/vector3d/*(_:_:)-3dpli.md)
- [*(_:_:)](spatial/vector3d/*(_:_:)-8y7xq.md)
- [+(_:_:)](spatial/vector3d/+(_:_:)-7gbcj.md)
- [+(_:_:)](spatial/vector3d/+(_:_:)-9xfxv.md)
- [+(_:_:)](spatial/vector3d/+(_:_:)-1xufx.md)
- [+(_:_:)](spatial/vector3d/+(_:_:)-1bq1m.md)
- [+(_:_:)](spatial/vector3d/+(_:_:)-4rsou.md)
- [-(_:)](spatial/vector3d/-(_:).md)
- [-(_:_:)](spatial/vector3d/-(_:_:)-6zam.md)
- [-(_:_:)](spatial/vector3d/-(_:_:)-6lui1.md)
- [-(_:_:)](spatial/vector3d/-(_:_:)-3qpww.md)
- [-(_:_:)](spatial/vector3d/-(_:_:)-1nz82.md)
- [-(_:_:)](spatial/vector3d/-(_:_:)-8sgai.md)
