Home | History | Annotate | Download | only in src

Lines Matching full:double

55 int  icvIntersectLines( double x1, double dx1, double y1, double dy1,
56 double x2, double dx2, double y2, double dy2,
57 double* t2 );
60 void icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double* a, double* b, double* c );
62 void icvIntersectLines3( double* a0, double* b0, double* c0,
63 double* a1, double* b1, double* c1,
76 double area; /* area of the triangle */
77 double r1; /* The ratio of the height of triangle to the base of the triangle */
78 double r2; /* The ratio of the projection of the left side of the triangle on the base to the base */
79 _CV_BINTREE_LIST() /* structure double list */