Returns the z-normals of the faces in a quadangle as length-4 sequence.
Note that this only is a simple way to check weather a face is directed towards the viewer (
normal[face_num]<0
: yes,
normal[face_num]>=0
: no). I'm looking for a better solution.