MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / circle

Function circle

others/smallest_circle.cpp:87–151  ·  view source on GitHub ↗

* Find the centre and radius of a circle enclosing a set of points.\n * The function returns the radius of the circle and prints the coordinated of * the centre of the circle. * \param [in] P vector of points * \returns radius of the circle */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testFunction · 0.85
test2Function · 0.85
test3Function · 0.85

Calls 4

LenghtLineFunction · 0.85
TriangleAreaFunction · 0.85
PointInCircleFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected