Vector3DBuilder
object Vector3DBuilder
Builder for vectors in 3D from the OpenDRIVE data model.
Functions
Link copied to clipboard
fun buildVector3Ds(roadObject: RoadObjectsObject, curveAffine: Affine3D, force: Boolean = false): Vector3D
Builds a single point from an OpenDRIVE road object. The building of a point is suppressed, if a more detailed geometry is available within the RoadObjectsObject.
fun buildVector3Ds(roadSignal: RoadSignalsSignal, curveAffine: Affine3D, force: Boolean = false): Vector3D
Builds a single point from an OpenDRIVE road signal. The building of a point is suppressed, if a more detailed geometry is available within the RoadObjectsObject.