class RoadObjectsObjectOutlinesOutlineCornerRoad: OpendriveElement
Fields
Name | Description |
---|---|
val curveRelativePosition: get() = CurveRelativeVector1D(s)
|
|
var dz: Double
|
|
var height: Double
|
|
var id: Option
|
|
var s: Double
|
|
var t: Double
|
Constructors
<init>
constructor(dz: Double, height: Double, id: Option
Parameters
Name | Description |
---|---|
dz: Double
|
|
height: Double
|
|
id: Option
|
|
s: Double
|
|
t: Double
|
Methods
hasZeroHeight
fun hasZeroHeight(): Boolean
ReturnValue
Name | Description |
---|---|
Boolean
|
hasPositiveHeight
fun hasPositiveHeight(): Boolean
ReturnValue
Name | Description |
---|---|
Boolean
|
getBasePoint
fun getBasePoint(): CurveRelativeVector3D(s, t, dz)
ReturnValue
Name | Description |
---|---|
CurveRelativeVector3D(s, t, dz)
|
getHeadPoint
fun getHeadPoint(): Option
ReturnValue
Name | Description |
---|---|
Option
|
getPoints
fun getPoints(): Pair
ReturnValue
Name | Description |
---|---|
Pair
|