T_Road_PlanView_Geometry_Poly3

A cubic polynom describing the road reference line.

Java class for t_road_planView_geometry_poly3 complex type

.

The following schema fragment specifies the expected content contained within this class.

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getA(): Double
Polynom parameter a
Link copied to clipboard
open fun getB(): Double
Polynom parameter b
Link copied to clipboard
open fun getC(): Double
Polynom parameter c
Link copied to clipboard
open fun getD(): Double
Polynom parameter d
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun setA(value: Double)
Sets the value of the a property.
Link copied to clipboard
open fun setB(value: Double)
Sets the value of the b property.
Link copied to clipboard
open fun setC(value: Double)
Sets the value of the c property.
Link copied to clipboard
open fun setD(value: Double)
Sets the value of the d property.