gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "meshOctreeLibOL.h"
#include "GFace.h"
#include "discreteFace.h"
#include "MVertex.h"
#include "MTriangle.h"
#include "OS.h"
#include "libol1.h"
#include "robin_hood.h"
Go to the source code of this file.
Namespaces | |
SurfaceProjectorUtils | |
Typedefs | |
using | SurfaceProjectorUtils::vec2 = std::array< double, 2 > |
using | SurfaceProjectorUtils::vec3 = std::array< double, 3 > |
GPoint failedProjection | ( | ) |
Definition at line 545 of file meshOctreeLibOL.cpp.
Referenced by SurfaceProjector::closestPoint(), and sphereProjection().
GPoint sphereProjection | ( | GFace * | gf, |
const double | query[3], | ||
const std::array< double, 10 > & | analyticalParameters | ||
) |
Definition at line 552 of file meshOctreeLibOL.cpp.
Referenced by SurfaceProjector::closestPoint().