Skip to main content

spherical_to_vec3

Function spherical_to_vec3 

Source
pub fn spherical_to_vec3(r: Real, theta: Real, phi: Real) -> Vec3
Expand description

Convert spherical (r, theta, phi) to a Cartesian Vec3.