res fixed a bug in csPoly3D::SplitWithPlane(): when an empty poly
was split, the result polies stayed unchanged. So when a non-empty
polygon was used to receive a result of an empty polygon splitting,
it retained it's old vertices. The proper result values when
splitting an empty polygon are empty polygons.