line

Describes a line from one vertex to another.

typedef struct tagline { long start; long end; } line;

Members

start
Index of the start vertex in the line.

end
Index of the ending vertex in the line.

Remarks

See Also

Copyright © 2004-2010 Fragmosoft