Supported Browsers Home   
GA_segment Previous   
GA_stipple Next   
Type Definitions Up   

GA_span

Declaration

struct GA_span {
    struct GA_span  *next;
    GA_segment      *seg;
    N_int32         y;
    }

Prototype In

snap/graphics.h

Description

Fundamental type definition representing a span within a complex region. A span is represented as a list of segments that are included in the span.

Members

next

Next span in region

seg

Index of first segment in span

y

Y coordinate of this span

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com