RoadPlanViewGeometryPoly3

data class RoadPlanViewGeometryPoly3(    var a: Double = Double.NaN,     var b: Double = Double.NaN,     var c: Double = Double.NaN,     var d: Double = Double.NaN) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    a: Double = Double.NaN,     b: Double = Double.NaN,     c: Double = Double.NaN,     d: Double = Double.NaN)

Properties

Link copied to clipboard
var a: Double
Link copied to clipboard
var b: Double
Link copied to clipboard
var c: Double
Link copied to clipboard
Link copied to clipboard
var d: Double
Link copied to clipboard