if I set the plane like this ```javascript plane.setFromCoplanarPoints ( someGeometry.vertices[face.a], someGeometry.vertices[face.b], someGeometry.vertices[face.c] ); ``` inner side is cut. I have to use b-a-c order to cut outer side. this is a bit counter-intuitive