Spherical To Cartesian

Pure
SphericalToCartesian

Converts spherical coordinates (radius, polar angle, azimuthal angle) to a Cartesian vector.

Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform

Inputs

NameTypeDefaultDescription
RadiusfloatRadius parameter
ThetafloatTheta parameter
PhifloatPhi parameter

Outputs

NameTypeDescription
ReturnValueFVectorReturnValue output

Example Use Cases

Example 1

Position a camera on an orbit using spherical coordinates.

Example 2

Generate points on a globe.