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

# *(_:_:)

Returns the Rotatable3DFloat entity rotated by the specified rotation.

## Declaration

```swift
static func * (lhs: Self.Rotation, rhs: Self) -> Self
```

## Parameters

- `lhs`: The rotation.
- `rhs`: The Rotatable3DFloat entity .
