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

Method leftOfLine

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

Determines if a point c is left of the line defined by the points a and b. This is equivalent to determining whether the points a, b, and c are in counter-clockwise (CCW) order. @param xa x coordinate of point a. @param ya y coordinate of point a. @param xb x coordinate of point b. @param yb y coord

(
    double xa, double ya,
    double xb, double yb,
    double xc, double yc)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

testLeftOfLineMethod · 0.95
initMethod · 0.95
isVisibleFromPointMethod · 0.95
leftOfLineMethod · 0.95
createFirstTriMethod · 0.95
locatePointMethod · 0.95
centerCircleMethod · 0.95
centerCircle3DMethod · 0.95

Calls 1

leftOfLineExactMethod · 0.95

Tested by 1

testLeftOfLineMethod · 0.76