Package-level declarations

Types

Link copied to clipboard
sealed class FillerSurface

Represents a filler surface with it's surface geometry and information from which fromLaneId to which toLaneId it fills.

Link copied to clipboard
class LateralFillerSurface(val fromLaneId: LaneIdentifier, val toLaneId: LaneIdentifier, val surface: AbstractSurface3D) : FillerSurface
Link copied to clipboard