How can I check which face of spherical polyhedron corresponds to a given euler angle?

32 Views Asked by At

I am specifically mapping a dodecahedron to a sphere and I am trying to get if a rotator is within the boundaries of a given face.

spherical dodecahedron

Thank you

1

There are 1 best solutions below

0
On

Find the distance of point $P$ from the centers of the 12 faces, and choose the closest.