MCPcopy Create free account
hub / github.com/dhale/jtk / findNodeNearestInside

Method findNodeNearestInside

core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5049–5072  ·  view source on GitHub ↗

Recursively updates the node nearest to a point with specified (x,y,z) coordinates inside the mesh, beginning with the nodes referenced by the specified tet. Both node and tet marks must be cleared before calling this method. The logic is much like that for adding a node. (Currently unused.)

(double x, double y, double z, Tet tet)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

findNodeNearestSlowMethod · 0.95

Calls 4

isMarkedMethod · 0.95
markMethod · 0.95
updateNodeNearestMethod · 0.95
inSphereMethod · 0.95

Tested by

no test coverage detected