Move your mouse left and right.
For back-face culling, what I plan to do is calculate the direction of a 3D surface. So I've done a distance formula, using acos(). I prefer it over atan(), because I like the direction value to always be positive.