T_Header_Offset

To avoid large coordinates, an offset of the whole dataset may be applied using the element. It enables inertial relocation and re-orientation of datasets. The dataset is first translated by @x, @y, and @z. Afterwards, it is rotated by @hdg around the new origin. Rotation around the z-axis should be avoided.In OpenDRIVE, the offset of a database is represented by the

element. .

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getHdg(): Float
Heading offset (rotation around resulting z-axis)
Link copied to clipboard
open fun getX(): Double
Inertial x offset
Link copied to clipboard
open fun getY(): Double
Inertial y offset
Link copied to clipboard
open fun getZ(): Double
Inertial z offset
Link copied to clipboard
open fun setHdg(value: Float)
Sets the value of the hdg property.
Link copied to clipboard
open fun setX(value: Double)
Sets the value of the x property.
Link copied to clipboard
open fun setY(value: Double)
Sets the value of the y property.
Link copied to clipboard
open fun setZ(value: Double)
Sets the value of the z property.