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

# *(_:_:)

Returns the rotatable entity that results from applying the rotatable entity.

## Declaration

```swift
func * <T>(lhs: Rotation3D, rhs: T) -> T where T : Rotatable3D
```

## Parameters

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

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/rotation3d/*(_:_:)-1tc8f.md)
- [*(_:_:)](spatial/rotation3d/*(_:_:)-5dxqv.md)
- [*(_:_:)](spatial/rotation3d/*(_:_:)-9t389.md)
- [*=(_:_:)](spatial/rotation3d/*=(_:_:).md)
