Spherical To Cartesian
PureSphericalToCartesianConverts spherical coordinates (radius, polar angle, azimuthal angle) to a Cartesian vector.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Radius | float | — | Radius parameter |
| Theta | float | — | Theta parameter |
| Phi | float | — | Phi parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Position a camera on an orbit using spherical coordinates.
Example 2
Generate points on a globe.