Go to the documentation of this file.
48 float dx = pt2.
x - pt1.
x;
49 float dy = pt2.
y - pt1.
y;
51 return cvSqrt( dx*dx + dy*dy );
56 double x2,
double dx2,
double y2,
double dy2,
63 double*
a1,
double* b1,
double* c1,
67 #define _CV_BINTREE_LIST() \
68 struct _CvTrianAttr* prev_v; \
69 struct _CvTrianAttr* next_v1; \
70 struct _CvTrianAttr* next_v2;