Is there a function available in three.js that can determine the inverse of azimuth and inclination for PolyhedronGeometry calculations? Essentially, I am looking to find the 3D point at a specific angle from the origin based on azimuth and inclination values.
If such a function exists in three.js already, please let me know. Thank you.