order

Takes a point on a 3D mesh, and then reorders all vertices around that point in a spiral order. The first step in calculating shortest paths.


Example usage:

order.exe -i input_file.sma -o outputfile.sma -s 0 0 0

standard function call

-i

input file name - format .sma

-o

output file name - format .sma

-n

number of grid cells to use for the mesh

-fn

The maximum number of open file pointers - defaults to 256. DO NOT make this number higher than your maximum allowed number of file pointers.

-s

The xyz coordinates of the source. Takes 3 seperate unpunctuated numbers.


-- ChristianStith - 14 July 2008

Revision: r1.1 - 14 Jul 2008 - 23:24 - Main.guest
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback