Package com.google.common.geometry
Class S2EdgeUtil.CloserResult
- java.lang.Object
-
- com.google.common.geometry.S2EdgeUtil.CloserResult
-
- Enclosing class:
- S2EdgeUtil
static class S2EdgeUtil.CloserResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CloserResult(double dmin2, S2Point vmin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDmin2()
S2Point
getVmin()
void
replaceIfCloser(S2Point x, S2Point y)
-