gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the source code of this file.
Functions | |
static double | intersect (SPoint3 &q, SVector3 &n, SPoint3 &p1, SPoint3 &p2, SPoint3 &result) |
static double | projection (SPoint3 &p1, SPoint3 &p2, SPoint3 &q, SPoint3 &result) |
static SPoint3 | closestPoint (SPoint3 &p1, SPoint3 &p2, SPoint3 &q) |
double | closestPoint (const std::vector< SPoint3 > &P, const SPoint3 &p, SPoint3 &result) |
double | oneSidedHausdorffDistance (const std::vector< SPoint3 > &P, const std::vector< SPoint3 > &Q, SPoint3 &p1, SPoint3 &p2) |
double | hausdorffDistance (const std::vector< SPoint3 > &P, const std::vector< SPoint3 > &Q) |
Definition at line 41 of file hausdorffDistance.cpp.
Referenced by closestPoint(), and oneSidedHausdorffDistance().
Definition at line 121 of file hausdorffDistance.cpp.
Referenced by oneSidedHausdorffDistance().
|
static |
Definition at line 15 of file hausdorffDistance.cpp.
Referenced by oneSidedHausdorffDistance().
double oneSidedHausdorffDistance | ( | const std::vector< SPoint3 > & | P, |
const std::vector< SPoint3 > & | Q, | ||
SPoint3 & | p1, | ||
SPoint3 & | p2 | ||
) |
Definition at line 67 of file hausdorffDistance.cpp.
Referenced by hausdorffDistance().
Definition at line 29 of file hausdorffDistance.cpp.
Referenced by closestPoint(), CreateOutputFile(), GMSH_AnnotatePlugin::draw(), and nodalBasis::forwardTransformation().