CurveRelativeVector2D

data class CurveRelativeVector2D(val curvePosition: Double, val lateralOffset: Double = 0.0)

Point in a curve relative coordinate system in 2D. This means that only points can be referenced which are on the curve or laterally translated to the curve.

Parameters

curvePosition

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

lateralOffset

lateral offset that is perpendicular to the curve at the curvePosition

Constructors

Link copied to clipboard
constructor(curvePosition: Double, lateralOffset: Double = 0.0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard