Uses of Class
com.esri.core.geometry.MathUtils.KahanSummator
Packages that use MathUtils.KahanSummator
-
Uses of MathUtils.KahanSummator in com.esri.core.geometry
Methods in com.esri.core.geometry that return MathUtils.KahanSummatorModifier and TypeMethodDescription(package private) MathUtils.KahanSummatorMathUtils.KahanSummator.minusEquals(double v) (package private) MathUtils.KahanSummatorMathUtils.KahanSummator.minusEquals(MathUtils.KahanSummator v) (package private) MathUtils.KahanSummatorMathUtils.KahanSummator.plusEquals(double v) (package private) MathUtils.KahanSummatorMathUtils.KahanSummator.plusEquals(MathUtils.KahanSummator v) Methods in com.esri.core.geometry with parameters of type MathUtils.KahanSummatorModifier and TypeMethodDescription(package private) voidMathUtils.KahanSummator.add(MathUtils.KahanSummator v) add another summator.(package private) MathUtils.KahanSummatorMathUtils.KahanSummator.minusEquals(MathUtils.KahanSummator v) (package private) MathUtils.KahanSummatorMathUtils.KahanSummator.plusEquals(MathUtils.KahanSummator v) (package private) voidMathUtils.KahanSummator.sub(MathUtils.KahanSummator v) Subtracts another summator.