hamoid: Convert radius and two angles (spherical coordinates) into x, y, z. float x = r * sin(a) * cos(b);float y = r * sin(a) * sin(b);float z = r * cos(a);
tags:
original: https://manvslegend.tumblr.com/post/65955596055