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.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.KahanSummatorModifier and TypeMethodDescription(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.