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

Method leftOfPlane

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

Determines if a point d is left of the plane defined by the points a, b, and c. The latter are assumed to be in CCW order, as viewed from the right side of the plane. @param xa x coordinate of point a. @param ya y coordinate of point a. @param za z coordinate of point a. @param xb x coordinate of po

(
    double xa, double ya, double za,
    double xb, double yb, double zb,
    double xc, double yc, double zc,
    double xd, double yd, double zd)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

testLeftOfPlaneMethod · 0.95
xtestLeftOfPlaneSpeedMethod · 0.95
initMethod · 0.95
isVisibleFromPointMethod · 0.95
leftOfPlaneMethod · 0.95
createFirstTetMethod · 0.95
locatePointMethod · 0.95
centerSphereMethod · 0.95

Calls 1

leftOfPlaneExactMethod · 0.95

Tested by 4

testLeftOfPlaneMethod · 0.76
xtestLeftOfPlaneSpeedMethod · 0.76