ElevationSmoothing
public enum ElevationSmoothing : Sendable, Hashable
-
Declaration
Swift
case none
-
Declaration
Swift
case segmentation(Double)
-
Declaration
Swift
case smoothing(Int)
-
Declaration
Swift
case combined(smoothingSampleCount: Int, maxGradeDelta: Double)