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

Method inOrthoSphereExact

core/src/main/java/edu/mines/jtk/mesh/Geometry.java:2464–2806  ·  view source on GitHub ↗

Slow exact 3D in-ortho-sphere test. Returns a positive value if the weighted point pe lies inside the ortho-sphere defined by the weighted points pa, pb, pc, and pd; a negative value if it lies outside; and zero if the five points lie on the same ortho-sphere. The points pa, pb, pc, and pd must be o

(
    double xa, double ya, double za, double wa,
    double xb, double yb, double zb, double wb,
    double xc, double yc, double zc, double wc,
    double xd, double yd, double zd, double wd,
    double xe, double ye, double ze, double we)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

inOrthoSphereMethod · 0.95

Calls 4

twoDiffMethod · 0.95
twoTwoProductMethod · 0.95

Tested by

no test coverage detected