Package-level declarations
Types
Link copied to clipboard
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
class LongitudinalFillerSurfaceBetweenRoads(val fromLaneId: LaneIdentifier, val toLaneId: LaneIdentifier, val surface: AbstractSurface3D) : FillerSurface
Link copied to clipboard
class LongitudinalFillerSurfaceWithinRoad(val fromLaneId: LaneIdentifier, val toLaneId: LaneIdentifier, val surface: AbstractSurface3D) : FillerSurface