/* The following projection on the plane that two coordinate axes lie on changes the arrangement of the polygon vertices if the coordinate to be ignored along the third axis is smaller than 0.
In this case, the result of the computation of the orientation of vertices needs to be inverted. Clockwise becomes counterclockwise and vice versa. */
/* The following projection on the plane that two coordinate axes lie on changes the arrangement of
the polygon vertices if the coordinate to be ignored along the third axis is smaller than 0.
In this case, the result of the computation of the orientation of vertices needs to be inverted.
Clockwise becomes counterclockwise and vice versa. */