Ask Your Question

onixie's profile - activity

2018-09-29 18:27:47 -0600 received badge  Nice Question (source)
2016-11-20 06:23:55 -0600 received badge  Student (source)
2016-11-20 06:20:00 -0600 asked a question Are the docs for returnPoints of convexHull incorrect?

the last sentense about returnPoints of convexHull says

"When the output array is std::vector, the flag is ignored, and the output depends on the type of the vector: std::vector<int> implies returnPoints=true, std::vector<point> implies returnPoints=false."

Is the true/false value of returnPoints written oppositely?