Skip to main content

tetrahedron_compute_circumsphere

tetrahedron_compute_circumsphere(result, points, a, b, c, d)

Compute the circumcenter (center[3]) and radius squared (method return value) of a tetrahedron defined by the four points x1, x2, x3, and x4.

Kind: global function
See: https://github.com/Kitware/VTK/blob/ac3fd8005bce7b3da4423c305f61ffd9df9695ef/Common/DataModel/vtkTetra.cxx

ParamTypeDescription
resultArray.<number>[center_x, center_y, center_z, radius_squared]
pointsArray.<number>
anumber
bnumber
cnumber
dnumber