RoadLateralProfile
data class RoadLateralProfile(var superelevation: List<RoadLateralProfileSuperelevation> = emptyList(), var shape: List<RoadLateralProfileShape> = emptyList()) : OpendriveElement
Constructors
Link copied to clipboard
constructor(superelevation: List<RoadLateralProfileSuperelevation> = emptyList(), shape: List<RoadLateralProfileShape> = emptyList())