Uses of Class
com.esri.core.geometry.MathUtils.KahanSummator
-
Packages that use MathUtils.KahanSummator Package Description com.esri.core.geometry -
-
Uses of MathUtils.KahanSummator in com.esri.core.geometry
Methods in com.esri.core.geometry that return MathUtils.KahanSummator Modifier and Type Method Description (package private) MathUtils.KahanSummator
MathUtils.KahanSummator. minusEquals(double v)
(package private) MathUtils.KahanSummator
MathUtils.KahanSummator. minusEquals(MathUtils.KahanSummator v)
(package private) MathUtils.KahanSummator
MathUtils.KahanSummator. plusEquals(double v)
(package private) MathUtils.KahanSummator
MathUtils.KahanSummator. plusEquals(MathUtils.KahanSummator v)
Methods in com.esri.core.geometry with parameters of type MathUtils.KahanSummator Modifier and Type Method Description (package private) void
MathUtils.KahanSummator. add(MathUtils.KahanSummator v)
add another summator.(package private) MathUtils.KahanSummator
MathUtils.KahanSummator. minusEquals(MathUtils.KahanSummator v)
(package private) MathUtils.KahanSummator
MathUtils.KahanSummator. plusEquals(MathUtils.KahanSummator v)
(package private) void
MathUtils.KahanSummator. sub(MathUtils.KahanSummator v)
Subtracts another summator.
-