gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the source code of this file.
Functions | |
bool | CurvatureRusinkiewicz (const std::vector< int > &triangles, const std::vector< SPoint3 > &nodes, std::vector< std::pair< SVector3, SVector3 > > &nodalCurvatures) |
bool | CurvatureRusinkiewicz (const std::vector< int > &triangles, const std::vector< SPoint3 > &nodes, std::vector< std::pair< SVector3, SVector3 > > &nodalCurvatures, std::vector< double > &nodeNormals) |
bool CurvatureRusinkiewicz | ( | const std::vector< int > & | triangles, |
const std::vector< SPoint3 > & | nodes, | ||
std::vector< std::pair< SVector3, SVector3 > > & | nodalCurvatures | ||
) |
Definition at line 172 of file curvature.cpp.
Referenced by computeDiscreteCurvatures().