Lines Matching refs:org1
549 static Point2f computeVoronoiPoint(Point2f org0, Point2f dst0, Point2f org1, Point2f dst1)
555 double a1 = dst1.x - org1.x;
556 double b1 = dst1.y - org1.y;
557 double c1 = -0.5*(a1 * (dst1.x + org1.x) + b1 * (dst1.y + org1.y));
590 Point2f org0, dst0, org1, dst1;
599 edgeOrg(edge1, &org1);
602 Point2f virt_point = computeVoronoiPoint(org0, dst0, org1, dst1);
619 org1);
622 Point2f virt_point = computeVoronoiPoint(org0, dst0, org1, dst1);