How to efficiently calculate point coordinates on a multi-dimensional sphere?

45 Views Asked by At

I have the radius of the multi-dimensional sphere plus angles for each dimension-1. I know I can use sin/cos functions to obtain coordinates, but is there a computationally faster way exists?