OpendriveOffsetAdderParameters

@Serializable
data class OpendriveOffsetAdderParameters(val offsetX: Double, val offsetY: Double, val offsetZ: Double, val offsetHeading: Double)

Constructors

Link copied to clipboard
constructor(offsetX: Double, offsetY: Double, offsetZ: Double, offsetHeading: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

offset by which the model is rotated

Link copied to clipboard

offset by which the model is translated along the x-axis

Link copied to clipboard

offset by which the model is translated along the y-axis

Link copied to clipboard

offset by which the model is translated along the z-axis

Functions

Link copied to clipboard