RoadLanesLaneSectionLRLaneMaterial

data class RoadLanesLaneSectionLRLaneMaterial(    var friction: Double = Double.NaN,     var roughness: Double = Double.NaN,     var sOffset: Double = Double.NaN,     var surface: String = "") : OpendriveElement

Constructors

Link copied to clipboard
constructor(    friction: Double = Double.NaN,     roughness: Double = Double.NaN,     sOffset: Double = Double.NaN,     surface: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard