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

# *(_:_:)

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

## Declaration

```swift
static func * (lhs: Pose3DFloat, rhs: Ray3DFloat) -> Ray3DFloat
```

## Parameters

- `lhs`: The first value.
- `rhs`: The second value.
