Skip to main content

cylindrical_to_cartesian

Function cylindrical_to_cartesian 

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

Convert cylindrical coordinates (rho, phi, z) to Cartesian.