Uses of Class
org.rspeer.commons.math.Distance
-
Packages that use Distance Package Description org.rspeer.commons.math -
-
Uses of Distance in org.rspeer.commons.math
Methods in org.rspeer.commons.math that return Distance Modifier and Type Method Description static Distance
Distance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Distance[]
Distance. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-