Skip to main content

cylindrical_to_vec3

Function cylindrical_to_vec3 

Source
pub fn cylindrical_to_vec3(rho: Real, phi: Real, z: Real) -> Vec3
Expand description

Convert cylindrical (rho, phi, z) to a Cartesian Vec3.