(package private) static S2Point |
S2EdgeUtil.getIntersection(S2Point a0,
S2Point a1,
S2Point b0,
S2Point b1,
S2EdgeUtil.ResultError resultError) |
|
(package private) static S2Point |
S2EdgeUtil.getIntersectionApprox(S2Point a0,
S2Point a1,
S2Point b0,
S2Point b1,
S2EdgeUtil.ResultError resultError) |
Returns the approximate intersection point of the edges (a0,a1) and (b0,b1), and writes to
resultError a bound on its error.
|
private static S2Point |
S2EdgeUtil.getIntersectionApproxSorted(S2Point a0,
S2Point a1,
S2Point b0,
S2Point b1,
S2EdgeUtil.ResultError resultError) |
Returns the approximate intersection point of the edges (a0,a1) and (b0,b1), and writes to
resultError a bound on its error.
|
(package private) static double |
S2EdgeUtil.getProjection(S2Point x,
S2Point aNormal,
double aNormalLen,
S2Point a0,
S2Point a1,
S2EdgeUtil.ResultError resultError) |
|