| Name | Type | Description |
|---|---|---|
| in ray | Ray | The ray to test against. |
| radius | float | Radius of this line, which essentially makes this a capsule, since direct line-to-line intersections are very improbable. Must be above 0. |
| maxDistance = 3.4028235E+38 | float | Maximum allowed distance from the origin of the ray to the intersection. |
| Type | Description |
|---|---|
| bool | Whether there was an intersection or not. |