pub fn spherical_to_cartesian(r: Real, theta: Real, phi: Real) -> Vec3Expand description
Convert spherical coordinates (r, theta, phi) to Cartesian (x, y, z).
r– radial distancetheta– polar angle from +Zphi– azimuthal angle from +X in XY plane