We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the algorithm in both java and cpp on the following pointset:
100000000000000 010000000000000 001000000000000 000100000000000 000010000000000 000001000000000 000000100000000 000000010000000 000000001000000 000000000100000 000000000010000 000000000001000 000000000000100 000000000000010 000000000000001
and got the following output
radius = sqrt(1/2)
center: 0.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0
but this result doesn't make any sense, and doesn't match the expected result in the java test.
Thanks
The text was updated successfully, but these errors were encountered:
@ItamarLevyOr this is because of 38e48a6
Sorry, something went wrong.
No branches or pull requests
I ran the algorithm in both java and cpp on the following pointset:
100000000000000
010000000000000
001000000000000
000100000000000
000010000000000
000001000000000
000000100000000
000000010000000
000000001000000
000000000100000
000000000010000
000000000001000
000000000000100
000000000000010
000000000000001
and got the following output
radius = sqrt(1/2)
center:
0.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0
but this result doesn't make any sense, and doesn't match the expected result in the java test.
Thanks
The text was updated successfully, but these errors were encountered: