37 #ifndef _PRIMITIVE_STREAM_H
38 #define _PRIMITIVE_STREAM_H
40 enum {PRIMITIVE_STREAM_FAN, PRIMITIVE_STREAM_STRIP};
42 #include "definitions.h"
77 Real* get_vertices() {
return vertices;}
83 void insert(Real u, Real v);
84 void insert(Real v[2]) {insert(v[0], v[1]);}
89 void triangle(Real A[2], Real B[2], Real C[2])
95 end(PRIMITIVE_STREAM_FAN);