| commit | 445411d084c52f7e177c24c098ae7fcc03aa8672 | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 13:38:26 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 13:38:26 2018 +0200 |
| tree | 614bab708a3976ce8829b028840cb76cf819ed9d | |
| parent | 339c7c1dba176d1435fd5d79a11aab0df78a825b [diff] |
pick points close to centroid and seed
c_cpp_properties.json
{
"configurations": [
{
"name": "CPP Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}