'CGAL: Maximum inclination of a 3d triangle

I need to compute the maximum inclination of a 3d triangle (given 3 points and the inclination related to XY plane). I looked at CGAL documentation 3d triangules and 3d triangulation but havent found it. Is there such function on CGAL?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source