| commit | 7d6953e2cc48f6bd43b460c5b32221f12b26dbee | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 14:49:51 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 14:49:51 2018 +0200 |
| tree | dc63cdcf94bfbe7e119ff9b6c3837ba1ad6a3113 | |
| parent | 445411d084c52f7e177c24c098ae7fcc03aa8672 [diff] |
smallest circumcircle and circumcenter
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
}