Lines Matching refs:Int
55 Int rootBit; /*1 if this is a root of the polygon, set by setRootBit*/
71 Real* getVertex(Int i); /*points[i] if INCREASING, points[n-1-i] otherwise*/
72 Int get_npoints() {return sline->get_npoints();}
106 Int compInY(directedLine* nl);
107 Int compInX(directedLine* nl);
114 Int numEdges();
115 Int numEdgesAllPolygons();
116 Int numPolygons();
135 Int toArraySinglePolygon(directedLine** array, Int index);
136 directedLine** toArrayAllPolygons(Int& total_num_edges);
150 Int samePolygon(directedLine* v1, directedLine* v2);
167 extern Int compV2InY(Real A[2], Real B[2]);
168 extern Int compV2InX(Real A[2], Real B[2]);