mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-12 14:54:33 +05:00

+ // The above formular gives too short segments when Lmax/Lmin is too high + // because by this formular the largest segment is only 8 times longer than the + // shortest one ( 2/Pi * atan(x/5) varies within [0,1] ). So a new formular is: + // f(x) = 1 + (x/7 * 2/Pi * atan(x/5))
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%