Package-level declarations

Types

Link copied to clipboard
data class CurveRelativeVector3D(val curvePosition: Double, val lateralOffset: Double = 0.0, val heightOffset: Double = 0.0) : CurveRelativeAbstractGeometry3D

Represents a vector in a curve relative coordinate system in 3D. This means that only points can be referenced which are not before the curve's start or after the curve's end within the three-dimensional space.