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

Method findEdge

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

Finds an edge of a tet in the mesh that references the specified nodes. The nodes may be specified in any order. @param na a node. @param nb a node. @return an edge of a tet that references the specified nodes. If no such edge exists in this mesh, returns null.

(Node na, Node nb)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testNaborsMethod · 0.95
testFindsMethod · 0.95

Calls 2

findTetMethod · 0.95
edgeOfTetMethod · 0.95

Tested by 2

testNaborsMethod · 0.76
testFindsMethod · 0.76