MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDistance2ToInnerBoundary

Method GetDistance2ToInnerBoundary

Common/DataModel/vtkKdNode.cxx:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259//
260
261double vtkKdNode::GetDistance2ToInnerBoundary(double x, double y, double z)
262{
263 return this->GetDistance2ToBoundaryPrivate(x, y, z, nullptr, 1, 0);
264}
265
266double vtkKdNode::GetDistance2ToBoundaryPrivate(double x, double y, double z, // from this point
267 double* p, // set to point on boundary that is closest

Callers 6

FindClosestPointMethod · 0.45
FindClosestPointMethod · 0.45
FindClosestPointMethod · 0.45

Calls 1

Tested by

no test coverage detected