|
|
|
|
segment_t
Declaration
struct segment_t {
struct segment_t *next;
int x;
}
Prototype In
mgraph.h
Description
Structure representing a segment within a span that forms a complex region. The segments define the X coordinates of the segments that make up the span. Segments are always in groups of two (start and end segment).
Members
next |
Next segment in span |
x |
X coordinates of this segment |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com