CurveRelativeVector1D

Point in a curve relative coordinate system in 1D. This means that only points can be referenced which are positioned on the curve.

Parameters

curvePosition

distance between the start of the curve and the point to be referenced

Constructors

Link copied to clipboard
constructor(curvePosition: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: CurveRelativeVector1D): Int
Link copied to clipboard
operator fun div(m: Double): CurveRelativeVector1D
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toCurveRelative3D(lateralOffset: Double = 0.0, heightOffset: Double = 0.0): CurveRelativeVector3D