Total circles area: Difference between revisions

Content added Content deleted
(More int => size_t in second C entry)
m (→‎C: Scanline Method: make it not compile, so users trying it won't be puzzled by incorrect-looking output)
Line 176: Line 176:
Circle circles[] = {
Circle circles[] = {
{ 1.6417233788, 1.6121789534, 0.0848270516},
{ 1.6417233788, 1.6121789534, 0.0848270516},
// ... data snipped for space, copy from previous example.
#error data snipped, copy data from previous example.
{ 0.0152957411, 0.0638919221, 0.9771215985}};
{ 0.0152957411, 0.0638919221, 0.9771215985}};