gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <closestPoint.h>
Public Member Functions | |
closestPointFinder (GEntity *, double) | |
~closestPointFinder () | |
SPoint3 | operator() (const SPoint3 &p) |
double | tol () const |
Private Attributes | |
double | _tolerance |
Definition at line 18 of file closestPoint.h.
closestPointFinder::closestPointFinder | ( | GEntity * | ge, |
double | e | ||
) |
closestPointFinder::~closestPointFinder | ( | ) |
Definition at line 61 of file closestPoint.cpp.
|
inline |
Definition at line 31 of file closestPoint.h.
Referenced by GEdge::closestPointWithTol().
|
private |
Definition at line 25 of file closestPoint.h.
Referenced by closestPointFinder(), and tol().