Cross-product based mesh simplification

One dimensional case

The algorithm:

Problem: the algorithm has a tendency to create slopes in bowl-shaped terrains (eg. river valleys), as shown in the figure. Solution to test: apply the algorithm in two directions and remove the points marked during both passes

Extension to two dimensions

Apply the algorithm in x, y, and xy directions. Remove the point if it was marked by any of the passes.
e-mail me
Last modified: Mon Mar 10 11:19:07 EST 1997