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
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getHdg(): Float
Gets the value of the hdg property.
Link copied to clipboard
open fun getX(): Double
Gets the value of the x property.
Link copied to clipboard
open fun getY(): Double
Gets the value of the y property.
Link copied to clipboard
open fun getZ(): Double
Gets the value of the z property.
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.