Research Article

A Topological Framework for Interactive Queries on 3D Models in the Web

Algorithm 2

Local minima algorithm.
Data:
Result: Local minima array ( )
empty list;
for do
list of adjacent vertices to ;
if for all then
  append to ;
end
end