API Reference > Structs, Records, Enums > gpc_tristrip Structure
gpc_tristrip Structure
Syntax
C++
typedef struct { int num_strips; gpc_vertex_list * strip; } gpc_tristrip;

avgpc.h

Members 
Description 
int num_strips; 
Number of tristrips 
gpc_vertex_list * strip; 
Tristrip array pointer 

This is type gpc_tristrip.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.