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

# *(_:_:)

Returns the ray that results from applying the pose to the ray.

## Declaration

```swift
static func * (lhs: Pose3D, rhs: Ray3D) -> Ray3D
```

## Parameters

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