Sliding midpoint splitting rule

Back to Splitting rules

The sliding midpoint rule chooses to split along the longest side of the node. On this axis it first tries to split a node from the middle. However, if all points are on the same side of the split plane, it slides the split plane to compactly bound those points, while still keeping them all on the same side. At least the point on the splitting plane will then end up on the other side.

Advantages

Disadvantages

References

It’s okay to be skinny if your friends are fat., S. Maneewongvatana and David M. Mount, in 4th Annual CGC Workshop on Computational Geometry, 1999.

Files

Sliding midpoint splitting rule