Searched defs:Polygon (Results 1 – 6 of 6) sorted by relevance
22 struct Polygon struct24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() argument35 Polygon(const float4 *P, int n) in Polygon() function47 float4 B[16]; // Buffer for clipped vertices48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices50 int n; // Number of vertices51 int i; // Level of P to use52 int b; // Next available new vertex
22 struct Polygon struct24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() function35 Polygon(const float4 *P, int n) in Polygon() function47 float4 B[16]; // Buffer for clipped vertices48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices50 int n; // Number of vertices51 int i; // Level of P to use52 int b; // Next available new vertex
570 class Polygon(_messages.Message): class
109 class Polygon(CanvasItem): class
332 "Polygon": { object
4811 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member