GA_segment

Declaration

struct GA_segment {
    struct GA_segment   *next;
    N_int32             x;
    }

Prototype In

snap/graphics.h

Description

Fundamental type definition 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