HomeSort by relevance Sort by last modified time
    Searched refs:incircle (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);
Delaunay.cpp 472 // incircle, as in the Guibas-Stolfi paper.
473 int CDelaunay::incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d) function in class:CDelaunay
549 while (incircle(dest(lcand), dest(t), orig(lcand), orig(basel))) {
561 while (incircle(dest(t), dest(rcand), orig(rcand), dest(basel))) {
580 (rvalid && incircle(dest(lcand), orig(lcand), orig(rcand), dest(rcand)))) {

Completed in 4023 milliseconds